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

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

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

Subinterfaces of StandardDiseaseModelLabel in org.eclipse.ohf.stem.diseasemodels.standard
 interface SEIRLabel
          This interface defines a class in an EMF model for a standard SEIR disease model dynamic label.
 interface SILabel
          This interface defines a class in an EMF model for an SI disease model dynamic label.
 interface SIRLabel
          This interface defines a class in an EMF model for an SIR disease model dynamic label.
 

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

Classes in org.eclipse.ohf.stem.diseasemodels.standard.impl that implement StandardDiseaseModelLabel
 class SEIRLabelImpl
          An implementation of the model object 'SEIR Label'.
 class SILabelImpl
          An implementation of the model object 'SI Label'.
 class SIRLabelImpl
          An implementation of the model object 'SIR Label'.
 class StandardDiseaseModelLabelImpl
          An implementation of the model object 'Disease Model Label'.
 

Methods in org.eclipse.ohf.stem.diseasemodels.standard.impl with parameters of type StandardDiseaseModelLabel
 double StandardDiseaseModelImpl.computeBirths(StandardDiseaseModelLabel currentLabel, long timeDelta)
          Compute the number of new population members that are born.
abstract  StandardDiseaseModelLabelValue StandardDiseaseModelImpl.computeDeaths(StandardDiseaseModelLabel currentLabel, long timeDelta)
           
 StandardDiseaseModelLabelValue SIRImpl.computeDeaths(StandardDiseaseModelLabel currentLabel, long timeDelta)
           
 StandardDiseaseModelLabelValue SIImpl.computeDeaths(StandardDiseaseModelLabel currentLabel, long timeDelta)
           
 SEIRLabelValue SEIRImpl.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)
           
 double SIImpl.getTransmissionRateScaleFactor(StandardDiseaseModelLabel diseaseLabel)
           
 

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

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