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

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

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

Subinterfaces of SIRLabelValue 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.
 

Methods in org.eclipse.ohf.stem.diseasemodels.standard that return SIRLabelValue
 SIRLabelValue StandardFactory.createSIRLabelValue()
          Returns a new object of class 'SIR Label Value'.
 SIRLabelValue SIRLabel.getCurrentSIRValue()
           
 SIRLabelValue SIRLabel.getNextSIRValue()
           
 

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

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

Methods in org.eclipse.ohf.stem.diseasemodels.standard.impl that return SIRLabelValue
 SIRLabelValue StandardFactoryImpl.createSIRLabelValue()
           
 SIRLabelValue SIRLabelImpl.getCurrentSIRValue()
           
 SIRLabelValue SIRLabelImpl.getNextSIRValue()
           
 

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

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