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

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

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

Methods in org.eclipse.ohf.stem.diseasemodels.standard that return SEIRLabelValue
 SEIRLabelValue StandardFactory.createSEIRLabelValue()
          Returns a new object of class 'SEIR Label Value'.
 SEIRLabelValue SEIRLabel.getCurrentSEIRValue()
           
 SEIRLabelValue SEIRLabel.getNextSEIRValue()
           
 

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

Classes in org.eclipse.ohf.stem.diseasemodels.standard.impl that implement SEIRLabelValue
 class SEIRLabelValueImpl
          An implementation of the model object 'SEIR Label Value'.
 

Methods in org.eclipse.ohf.stem.diseasemodels.standard.impl that return SEIRLabelValue
 SEIRLabelValue SEIRImpl.computeDeaths(StandardDiseaseModelLabel currentLabel, long timeDelta)
           
 SEIRLabelValue StandardFactoryImpl.createSEIRLabelValue()
           
 SEIRLabelValue SEIRLabelImpl.getCurrentSEIRValue()
           
 SEIRLabelValue SEIRLabelImpl.getNextSEIRValue()
           
 

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

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