Package ch.agent.crnickl.api

Examples of ch.agent.crnickl.api.SeriesDefinition


      total++;
    }
     
    // visit new and updated definitions
    for (SeriesDefinition editedSD : editedSDs.values()) {
      SeriesDefinition origSD = originalSDs.get(editedSD.getNumber());
     
      // the "main part" of the series definition
      if (!equalIgnoringAttributes(editedSD, origSD)) {
        visitor.visit(this, editedSD, origSD);
        total++;
View Full Code Here

TOP

Related Classes of ch.agent.crnickl.api.SeriesDefinition

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.