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

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

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

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

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

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

Classes in org.eclipse.ohf.stem.diseasemodels.standard.impl that implement SIRLabel
 class SEIRLabelImpl
          An implementation of the model object 'SEIR Label'.
 class SIRLabelImpl
          An implementation of the model object 'SIR Label'.
 

Methods in org.eclipse.ohf.stem.diseasemodels.standard.impl that return SIRLabel
 SIRLabel StandardFactoryImpl.createSIRLabel()
           
 

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

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