Uses of Interface
org.eclipse.ohf.stem.core.sequencer.Sequencer

Packages that use Sequencer
org.eclipse.ohf.stem.core.scenario   
org.eclipse.ohf.stem.core.scenario.impl   
org.eclipse.ohf.stem.core.sequencer   
org.eclipse.ohf.stem.core.sequencer.impl   
org.eclipse.ohf.stem.core.sequencer.util   
org.eclipse.ohf.stem.internal.data   
 

Uses of Sequencer in org.eclipse.ohf.stem.core.scenario
 

Methods in org.eclipse.ohf.stem.core.scenario that return Sequencer
 Sequencer Scenario.getSequencer()
          The Sequencer is the component that determines the time of the simulation.
 

Methods in org.eclipse.ohf.stem.core.scenario with parameters of type Sequencer
 void Scenario.setSequencer(Sequencer value)
          Sets the value of the 'Sequencer' reference.
 

Uses of Sequencer in org.eclipse.ohf.stem.core.scenario.impl
 

Methods in org.eclipse.ohf.stem.core.scenario.impl that return Sequencer
 Sequencer ScenarioImpl.basicGetSequencer()
           
 Sequencer ScenarioImpl.getSequencer()
           
 

Methods in org.eclipse.ohf.stem.core.scenario.impl with parameters of type Sequencer
 void ScenarioImpl.setSequencer(Sequencer newSequencer)
           
 

Uses of Sequencer in org.eclipse.ohf.stem.core.sequencer
 

Subinterfaces of Sequencer in org.eclipse.ohf.stem.core.sequencer
 interface RealTimeSequencer
          A RealTimeSequencer is a SequentialSequencer that always as a starting time equal to the current time.
 interface SequentialSequencer
          A SequentialSequencer is a Sequencer that generates sequential time points that are uniformly spaced at a constant interval of time.
 

Uses of Sequencer in org.eclipse.ohf.stem.core.sequencer.impl
 

Classes in org.eclipse.ohf.stem.core.sequencer.impl that implement Sequencer
 class RealTimeSequencerImpl
          An implementation of the model object 'Real Time Sequencer'.
 class SequencerImpl
          An implementation of the model object 'Sequencer'.
 class SequentialSequencerImpl
          An implementation of the model object 'Sequential Sequencer'.
 

Uses of Sequencer in org.eclipse.ohf.stem.core.sequencer.util
 

Methods in org.eclipse.ohf.stem.core.sequencer.util with parameters of type Sequencer
 T SequencerSwitch.caseSequencer(Sequencer object)
          Returns the result of interpretting the object as an instance of 'Sequencer'.
 

Uses of Sequencer in org.eclipse.ohf.stem.internal.data
 

Methods in org.eclipse.ohf.stem.internal.data that return Sequencer
abstract  Sequencer SequencerRecord.getSequencer()