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

Packages that use ECSpec
pops.ale.engine   
pops.ale.engine.collect   
pops.ale.engine.input   
pops.ale.engine.input.connectors   
pops.ale.epc.reports   
pops.ale.epc.spec   
 

Uses of ECSpec in pops.ale.engine
 

Fields in pops.ale.engine declared as ECSpec
protected  ECSpec IcomAleEngine.inputSpec
          Reference to current input spec
 

Methods in pops.ale.engine that return ECSpec
 ECSpec IcomAle.getECSpec(java.lang.String specName)
          Not implemented method.
 

Methods in pops.ale.engine with parameters of type ECSpec
 void IcomAle.define(java.lang.String specName, ECSpec spec)
          Not implemented method.
 ECReports IcomAleEngine.handleECSpec(ECSpec spec, RPChannel RpLink, IhmCom ihmLink)
          Immediate mode spec handler.
 ECReports IcomAle.immediate(ECSpec spec)
           
static boolean SpecValidationEngine.validateSpec(ECSpec spec)
          Validates an ECSpec object.
TODO .
 

Uses of ECSpec in pops.ale.engine.collect
 

Methods in pops.ale.engine.collect with parameters of type ECSpec
 ECReport Grouping.buildReporGroups(ECSpec spec)
          Generate the final report.
 

Uses of ECSpec in pops.ale.engine.input
 

Methods in pops.ale.engine.input with parameters of type ECSpec
abstract  void RPChannel.init(java.lang.String reader_name, ECSpec spec)
          Set up the communication channel.
 

Uses of ECSpec in pops.ale.engine.input.connectors
 

Methods in pops.ale.engine.input.connectors with parameters of type ECSpec
 void RPSimChannel.init(java.lang.String readerName, ECSpec spec)
           
 void PsionCaenChannel.init(java.lang.String readerName, ECSpec spec)
           
 

Uses of ECSpec in pops.ale.epc.reports
 

Methods in pops.ale.epc.reports that return ECSpec
 ECSpec ECReports.getECSpec()
          Getter for ECSpec
 

Methods in pops.ale.epc.reports with parameters of type ECSpec
 void ECReports.setECSpec(ECSpec eCSpec)
          Setter for ECSpec
 

Constructors in pops.ale.epc.reports with parameters of type ECSpec
ECReports(java.lang.String specName, java.util.Date date, long totalMilliseconds, ECInitiationCondition initiationCondition, ECTrigger initiationTrigger, ECTerminationCondition terminationCondition, ECTrigger terminationTrigger, ECSpec eCSpec, ECReport[] reports)
          Constructor
 

Uses of ECSpec in pops.ale.epc.spec
 

Methods in pops.ale.epc.spec that return ECSpec
 ECSpec ALE.getECSpec(java.lang.String specName)
           
 

Methods in pops.ale.epc.spec with parameters of type ECSpec
 void ALE.define(java.lang.String specName, ECSpec spec)
           
 ECReports ALE.immediate(ECSpec spec)