Uses of Interface
org.eclipse.ohf.stem.core.model.STEMTime

Packages that use STEMTime
org.eclipse.ohf.stem.core.model   
org.eclipse.ohf.stem.core.model.impl   
org.eclipse.ohf.stem.core.model.util   
org.eclipse.ohf.stem.core.sequencer   
org.eclipse.ohf.stem.core.sequencer.impl   
org.eclipse.ohf.stem.definitions.labels   
org.eclipse.ohf.stem.definitions.labels.impl   
org.eclipse.ohf.stem.diseasemodels.standard.impl   
org.eclipse.ohf.stem.tests.util.decorators.impl   
 

Uses of STEMTime in org.eclipse.ohf.stem.core.model
 

Methods in org.eclipse.ohf.stem.core.model that return STEMTime
 STEMTime STEMTime.addIncrement(long timeIncrement)
           
 STEMTime ModelFactory.createSTEMTime()
          Returns a new object of class 'STEM Time'.
 

Methods in org.eclipse.ohf.stem.core.model with parameters of type STEMTime
 void Decorator.updateLabels(STEMTime time, long timerPeriod)
          Process each of the DynamicLabels that this Decorator is responsible for and determine their "next" value.
 

Uses of STEMTime in org.eclipse.ohf.stem.core.model.impl
 

Classes in org.eclipse.ohf.stem.core.model.impl that implement STEMTime
 class STEMTimeImpl
          An implementation of the model object 'STEM Time'.
 

Methods in org.eclipse.ohf.stem.core.model.impl that return STEMTime
 STEMTime STEMTimeImpl.addIncrement(long timeIncrement)
           
 STEMTime ModelFactoryImpl.createSTEMTime()
           
 

Methods in org.eclipse.ohf.stem.core.model.impl with parameters of type STEMTime
 void DecoratorImpl.updateLabels(STEMTime time, long timerPeriod)
           
 

Uses of STEMTime in org.eclipse.ohf.stem.core.model.util
 

Methods in org.eclipse.ohf.stem.core.model.util with parameters of type STEMTime
 T ModelSwitch.caseSTEMTime(STEMTime object)
          Returns the result of interpretting the object as an instance of 'STEM Time'.
 

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

Methods in org.eclipse.ohf.stem.core.sequencer that return STEMTime
 STEMTime Sequencer.getCurrentTime()
           
 STEMTime Sequencer.getEndTime()
           
 STEMTime Sequencer.getNextTime()
           
 STEMTime Sequencer.getStartTime()
           
 

Methods in org.eclipse.ohf.stem.core.sequencer with parameters of type STEMTime
 void Sequencer.setCurrentTime(STEMTime value)
          Sets the value of the 'Current Time' containment reference.
 void Sequencer.setEndTime(STEMTime value)
          Sets the value of the 'End Time' containment reference.
 void Sequencer.setStartTime(STEMTime value)
          Sets the value of the 'Start Time' containment reference.
 

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

Methods in org.eclipse.ohf.stem.core.sequencer.impl that return STEMTime
 STEMTime SequencerImpl.getCurrentTime()
           
 STEMTime SequencerImpl.getEndTime()
           
 STEMTime SequentialSequencerImpl.getNextTime()
           
 STEMTime SequencerImpl.getNextTime()
           
 STEMTime RealTimeSequencerImpl.getNextTime()
           
 STEMTime SequencerImpl.getStartTime()
           
 STEMTime RealTimeSequencerImpl.getStartTime()
          The start time for a real-time sequencer is the current time until there is a call to getNextTime(), at which point the start time is fixed.
 

Methods in org.eclipse.ohf.stem.core.sequencer.impl with parameters of type STEMTime
 org.eclipse.emf.common.notify.NotificationChain SequencerImpl.basicSetCurrentTime(STEMTime newCurrentTime, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain SequencerImpl.basicSetEndTime(STEMTime newEndTime, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain SequencerImpl.basicSetStartTime(STEMTime newStartTime, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void SequencerImpl.setCurrentTime(STEMTime newCurrentTime)
           
 void SequencerImpl.setEndTime(STEMTime newEndTime)
           
 void RealTimeSequencerImpl.setEndTime(STEMTime newEndTime)
           
 void SequencerImpl.setStartTime(STEMTime newStartTime)
           
 

Uses of STEMTime in org.eclipse.ohf.stem.definitions.labels
 

Methods in org.eclipse.ohf.stem.definitions.labels with parameters of type STEMTime
 org.eclipse.emf.common.util.EList TransportRelationshipLabel.receive(Node here, STEMTime currentTime)
          Receive some travelers.
 

Uses of STEMTime in org.eclipse.ohf.stem.definitions.labels.impl
 

Methods in org.eclipse.ohf.stem.definitions.labels.impl with parameters of type STEMTime
 org.eclipse.emf.common.util.EList TransportRelationshipLabelImpl.receive(Node here, STEMTime currentTime)
           
 

Uses of STEMTime in org.eclipse.ohf.stem.diseasemodels.standard.impl
 

Methods in org.eclipse.ohf.stem.diseasemodels.standard.impl with parameters of type STEMTime
 void StandardDiseaseModelImpl.updateLabels(STEMTime time, long timeDelta)
           
 void InfectorImpl.updateLabels(STEMTime time, long timerPeriod)
           
 void AggregatingSIDiseaseModelImpl.updateLabels(STEMTime time, long timeDelta)
           
 

Uses of STEMTime in org.eclipse.ohf.stem.tests.util.decorators.impl
 

Methods in org.eclipse.ohf.stem.tests.util.decorators.impl with parameters of type STEMTime
 void TestScenarioGraphDecorator1Impl.updateLabels(STEMTime time, long timeDelta)
           
 void TestNodeDecorator1Impl.updateLabels(STEMTime time, long timeDelta)
           
 void TestGraphDecorator1Impl.updateLabels(STEMTime time, long timeDelta)
           
 void TestEdgeDecorator1Impl.updateLabels(STEMTime time, long timeDelta)