Uses of Interface
org.eclipse.ohf.stem.definitions.labels.PopulationLabel

Packages that use PopulationLabel
org.eclipse.ohf.stem.definitions.labels   
org.eclipse.ohf.stem.definitions.labels.impl   
org.eclipse.ohf.stem.definitions.labels.util   
org.eclipse.ohf.stem.diseasemodels.standard   
org.eclipse.ohf.stem.diseasemodels.standard.impl   
 

Uses of PopulationLabel in org.eclipse.ohf.stem.definitions.labels
 

Methods in org.eclipse.ohf.stem.definitions.labels that return PopulationLabel
 PopulationLabel LabelsFactory.createPopulationLabel()
          Returns a new object of class 'Population Label'.
 

Uses of PopulationLabel in org.eclipse.ohf.stem.definitions.labels.impl
 

Classes in org.eclipse.ohf.stem.definitions.labels.impl that implement PopulationLabel
 class PopulationLabelImpl
          An implementation of the model object 'Population Label'.
 

Methods in org.eclipse.ohf.stem.definitions.labels.impl that return PopulationLabel
 PopulationLabel LabelsFactoryImpl.createPopulationLabel()
           
static PopulationLabel PopulationLabelImpl.getPopulationLabel(java.lang.String populationIdentifier, Node node)
           
 

Uses of PopulationLabel in org.eclipse.ohf.stem.definitions.labels.util
 

Methods in org.eclipse.ohf.stem.definitions.labels.util with parameters of type PopulationLabel
 T LabelsSwitch.casePopulationLabel(PopulationLabel object)
          Returns the result of interpretting the object as an instance of 'Population Label'.
 

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

Methods in org.eclipse.ohf.stem.diseasemodels.standard that return PopulationLabel
 PopulationLabel DiseaseModelLabel.getPopulationLabel()
          This is the Population being infected by a Disease.
 

Methods in org.eclipse.ohf.stem.diseasemodels.standard with parameters of type PopulationLabel
 void DiseaseModelLabel.setPopulationLabel(PopulationLabel value)
          Sets the value of the 'Population Label' reference.
 

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

Methods in org.eclipse.ohf.stem.diseasemodels.standard.impl that return PopulationLabel
 PopulationLabel DiseaseModelLabelImpl.basicGetPopulationLabel()
           
 PopulationLabel DiseaseModelLabelImpl.getPopulationLabel()
           
 

Methods in org.eclipse.ohf.stem.diseasemodels.standard.impl with parameters of type PopulationLabel
static void DiseaseModelLabelImpl.labelNode(DiseaseModelLabel dml, PopulationLabel populationLabel, Node node)
          Label the node with the disease model label
 void DiseaseModelLabelImpl.setPopulationLabel(PopulationLabel newPopulationLabel)