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

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

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

Subinterfaces of SILabel 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 SIRLabel
          This interface defines a class in an EMF model for an SIR disease model dynamic label.
 

Methods in org.eclipse.ohf.stem.diseasemodels.standard that return SILabel
 SILabel StandardFactory.createSILabel()
          Returns a new object of class 'SI Label'.
 

Methods in org.eclipse.ohf.stem.diseasemodels.standard that return types with arguments of type SILabel
 org.eclipse.emf.common.util.EList<SILabel> AggregatingDiseaseModelState.getChildrensLabels()
           
 

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

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

Methods in org.eclipse.ohf.stem.diseasemodels.standard.impl that return SILabel
 SILabel StandardFactoryImpl.createSILabel()
           
 

Methods in org.eclipse.ohf.stem.diseasemodels.standard.impl that return types with arguments of type SILabel
 org.eclipse.emf.common.util.EList<SILabel> AggregatingDiseaseModelStateImpl.getChildrensLabels()
           
 

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

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