Uses of Class
pops.ale.epc.spec.ECReportSetSpec

Packages that use ECReportSetSpec
pops.ale.epc.spec   
 

Uses of ECReportSetSpec in pops.ale.epc.spec
 

Fields in pops.ale.epc.spec declared as ECReportSetSpec
static ECReportSetSpec ECReportSetSpec.ADDITIONS
          The set of tags considered for filtering and output SHALL be the set of Tags read during the event cycle, minus the prior set of Tags; that is, the set of Tags that were read during the event cycle and not members of the prior set of Tags.
static ECReportSetSpec ECReportSetSpec.CURRENT
          The set of tags considered for filtering and output SHALL be the set of Tags read during the event cycle.
static ECReportSetSpec ECReportSetSpec.DELETIONS
          The set of tags considered for filtering and output SHALL be the prior set of Tags, minus the set of Tags read during the event cycle; that is, the set of Tags that were not read during the event cycle but are members of the prior set of Tags.
 

Methods in pops.ale.epc.spec that return ECReportSetSpec
 ECReportSetSpec ECReportSpec.getReportSet()
          Getter for reportSet
 

Constructors in pops.ale.epc.spec with parameters of type ECReportSetSpec
ECReportSpec(java.lang.String reportName, ECReportSetSpec reportSet, ECFilterSpec filterSpec, ECGroupSpec groupSpec, ECReportOutputSpec output, boolean reportIfEmpty, boolean reportOnlyOnChange, ECStatProfileName[] statProfileNames)
          Constructor