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

Packages that use ECTime
pops.ale.epc.spec   
 

Uses of ECTime in pops.ale.epc.spec
 

Fields in pops.ale.epc.spec declared as ECTime
protected  ECTime ECBoundarySpec.duration
          (Optional) Specifies an interval of time for stopping an event cycle for this ECSpec, relative to the start of the event cycle.
 

Methods in pops.ale.epc.spec that return ECTime
 ECTime ECBoundarySpec.getDuration()
          Getter for duration
 ECTime ECBoundarySpec.getRepeatPeriod()
          Getter for repeatPeriod
 ECTime ECBoundarySpec.getStableSetInterval()
          Getter for stableSetInterval
 

Constructors in pops.ale.epc.spec with parameters of type ECTime
ECBoundarySpec(ECTrigger[] startTriggerList, ECTime repeatPeriod, ECTrigger[] stopTriggerList, ECTime duration, ECTime stableSetInterval, boolean whenDataAvailable)
          Constructor