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

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

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

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

Methods in org.eclipse.ohf.stem.diseasemodels.standard that return DiseaseModelLabel
 DiseaseModelLabel DiseaseModel.createDiseaseModelLabel()
           
 DiseaseModelLabel DiseaseModelState.getLabel()
           
 

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

Methods in org.eclipse.ohf.stem.diseasemodels.standard with parameters of type DiseaseModelLabel
 void DiseaseModel.initializeDiseaseState(DiseaseModelLabel diseaseModelLabel)
           
 DiseaseModelState DiseaseModel.initializeDiseaseState(DiseaseModelState diseaseModelState, DiseaseModelLabel diseaseModelLabel)
           
 void DiseaseModelState.setLabel(DiseaseModelLabel value)
          Sets the value of the 'Label' container reference.
 

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

Classes in org.eclipse.ohf.stem.diseasemodels.standard.impl that implement DiseaseModelLabel
 class DiseaseModelLabelImpl
          An implementation of the model object 'Disease Model Label'.
 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'.
 class StandardDiseaseModelLabelImpl
          An implementation of the model object 'Disease Model Label'.
 

Methods in org.eclipse.ohf.stem.diseasemodels.standard.impl that return DiseaseModelLabel
 DiseaseModelLabel SIRImpl.createDiseaseModelLabel()
           
 DiseaseModelLabel SIImpl.createDiseaseModelLabel()
           
 DiseaseModelLabel SEIRImpl.createDiseaseModelLabel()
           
abstract  DiseaseModelLabel DiseaseModelImpl.createDiseaseModelLabel()
           
 DiseaseModelLabel AggregatingSIRDiseaseModelImpl.createDiseaseModelLabel()
           
 DiseaseModelLabel AggregatingSEIRDiseaseModelImpl.createDiseaseModelLabel()
           
 DiseaseModelLabel DiseaseModelStateImpl.getLabel()
           
 

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

Methods in org.eclipse.ohf.stem.diseasemodels.standard.impl with parameters of type DiseaseModelLabel
 org.eclipse.emf.common.notify.NotificationChain DiseaseModelStateImpl.basicSetLabel(DiseaseModelLabel newLabel, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void StandardDiseaseModelImpl.initializeDiseaseState(DiseaseModelLabel diseaseModelLabel)
          Here we compute and set the ratio between the total area and the area used for this DiseaseModelLabel.
abstract  void DiseaseModelImpl.initializeDiseaseState(DiseaseModelLabel diseaseModelLabel)
          This is a second chance to update the DiseaseModelState instance that is being kept at a DiseaseModelLabel.
 void AggregatingSIDiseaseModelImpl.initializeDiseaseState(DiseaseModelLabel diseaseModelLabel)
           
 DiseaseModelState StandardDiseaseModelImpl.initializeDiseaseState(DiseaseModelState diseaseModelState, DiseaseModelLabel diseaseModelLabel)
           
abstract  DiseaseModelState DiseaseModelImpl.initializeDiseaseState(DiseaseModelState diseaseModelState, DiseaseModelLabel diseaseModelLabel)
           
 DiseaseModelState AggregatingSIDiseaseModelImpl.initializeDiseaseState(DiseaseModelState diseaseModelState, DiseaseModelLabel diseaseModelLabel)
           
static void DiseaseModelLabelImpl.labelNode(DiseaseModelLabel dml, PopulationLabel populationLabel, Node node)
          Label the node with the disease model label
 void DiseaseModelStateImpl.setLabel(DiseaseModelLabel newLabel)
           
 

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

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