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

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

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

Subinterfaces of SILabelValue 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 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 SILabelValue
 SILabelValue StandardFactory.createSILabelValue()
          Returns a new object of class 'SI Label Value'.
 SILabelValue SILabel.getCurrentSIValue()
           
 SILabelValue SILabel.getNextSIValue()
           
 

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

Classes in org.eclipse.ohf.stem.diseasemodels.standard.impl that implement SILabelValue
 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'.
 

Methods in org.eclipse.ohf.stem.diseasemodels.standard.impl that return SILabelValue
 SILabelValue StandardFactoryImpl.createSILabelValue()
           
 SILabelValue SILabelImpl.getCurrentSIValue()
           
 SILabelValue SILabelImpl.getNextSIValue()
           
 

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

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