Uses of Interface
org.eclipse.ohf.stem.diseasemodels.standard.StandardDiseaseModelLabelValue

Packages that use StandardDiseaseModelLabelValue
org.eclipse.ohf.stem.diseasemodels.standard   
org.eclipse.ohf.stem.diseasemodels.standard.impl   
org.eclipse.ohf.stem.diseasemodels.standard.util   
 

Uses of StandardDiseaseModelLabelValue in org.eclipse.ohf.stem.diseasemodels.standard
 

Subinterfaces of StandardDiseaseModelLabelValue in org.eclipse.ohf.stem.diseasemodels.standard
 interface SEIRLabelValue
          This interface defines a class in an EMF model for an SEIR disease model label value.
 interface SILabelValue
          This interface defines a class in an EMF model for an SI disease model label value.
 interface SIRLabelValue
          This interface defines a class in an EMF model for an SIR disease model label value.
 

Methods in org.eclipse.ohf.stem.diseasemodels.standard that return StandardDiseaseModelLabelValue
 StandardDiseaseModelLabelValue StandardDiseaseModelLabelValue.convertToSourceStates()
          Instances of the disease state label value are used in standard disease model computations to represent the state transitions made by the population due to the progress of a disease.
 StandardDiseaseModelLabelValue StandardDiseaseModelLabel.getCurrentStandardDiseaseModelLabelValue()
           
 StandardDiseaseModelLabelValue StandardDiseaseModelLabel.getNextStandardDiseaseModelLabelValue()
           
 

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

Classes in org.eclipse.ohf.stem.diseasemodels.standard.impl that implement StandardDiseaseModelLabelValue
 class SEIRLabelValueImpl
          An implementation of the model object 'SEIR Label Value'.
 class SILabelValueImpl
          An implementation of the model object 'SI Label Value'.
 class SIRLabelValueImpl
          An implementation of the model object 'SIR Label Value'.
 class StandardDiseaseModelLabelValueImpl
          An implementation of the model object 'Disease Model Label Value'.
 

Methods in org.eclipse.ohf.stem.diseasemodels.standard.impl that return StandardDiseaseModelLabelValue
abstract  StandardDiseaseModelLabelValue StandardDiseaseModelImpl.computeDeaths(StandardDiseaseModelLabel currentLabel, long timeDelta)
           
 StandardDiseaseModelLabelValue SIRImpl.computeDeaths(StandardDiseaseModelLabel currentLabel, long timeDelta)
           
 StandardDiseaseModelLabelValue SIImpl.computeDeaths(StandardDiseaseModelLabel currentLabel, long timeDelta)
           
abstract  StandardDiseaseModelLabelValue StandardDiseaseModelImpl.computeTransitions(StandardDiseaseModelLabelValue currentState, StandardDiseaseModelLabel diseaseLabel, long timeDelta)
           
 StandardDiseaseModelLabelValue SIRImpl.computeTransitions(StandardDiseaseModelLabelValue currentState, StandardDiseaseModelLabel diseaseLabel, long timeDelta)
           
 StandardDiseaseModelLabelValue SIImpl.computeTransitions(StandardDiseaseModelLabelValue currentState, StandardDiseaseModelLabel diseaseLabel, long timeDelta)
           
 StandardDiseaseModelLabelValue SEIRImpl.computeTransitions(StandardDiseaseModelLabelValue currentState, StandardDiseaseModelLabel diseaseLabel, long timeDelta)
           
abstract  StandardDiseaseModelLabelValue StandardDiseaseModelLabelValueImpl.convertToSourceStates()
           
 StandardDiseaseModelLabelValue SIRLabelValueImpl.convertToSourceStates()
           
 StandardDiseaseModelLabelValue SILabelValueImpl.convertToSourceStates()
           
 StandardDiseaseModelLabelValue SEIRLabelValueImpl.convertToSourceStates()
           
 StandardDiseaseModelLabelValue StandardDiseaseModelLabelImpl.getCurrentStandardDiseaseModelLabelValue()
           
 StandardDiseaseModelLabelValue StandardDiseaseModelLabelImpl.getNextStandardDiseaseModelLabelValue()
           
 

Methods in org.eclipse.ohf.stem.diseasemodels.standard.impl with parameters of type StandardDiseaseModelLabelValue
abstract  StandardDiseaseModelLabelValue StandardDiseaseModelImpl.computeTransitions(StandardDiseaseModelLabelValue currentState, StandardDiseaseModelLabel diseaseLabel, long timeDelta)
           
 StandardDiseaseModelLabelValue SIRImpl.computeTransitions(StandardDiseaseModelLabelValue currentState, StandardDiseaseModelLabel diseaseLabel, long timeDelta)
           
 StandardDiseaseModelLabelValue SIImpl.computeTransitions(StandardDiseaseModelLabelValue currentState, StandardDiseaseModelLabel diseaseLabel, long timeDelta)
           
 StandardDiseaseModelLabelValue SEIRImpl.computeTransitions(StandardDiseaseModelLabelValue currentState, StandardDiseaseModelLabel diseaseLabel, long timeDelta)
           
 

Uses of StandardDiseaseModelLabelValue in org.eclipse.ohf.stem.diseasemodels.standard.util
 

Methods in org.eclipse.ohf.stem.diseasemodels.standard.util with parameters of type StandardDiseaseModelLabelValue
 T StandardSwitch.caseStandardDiseaseModelLabelValue(StandardDiseaseModelLabelValue object)
          Returns the result of interpretting the object as an instance of 'Disease Model Label Value'.