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

Packages that use PopulationLabelValue
org.eclipse.ohf.stem.definitions.labels   
org.eclipse.ohf.stem.definitions.labels.impl   
org.eclipse.ohf.stem.definitions.labels.util   
 

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

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

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

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

Methods in org.eclipse.ohf.stem.definitions.labels.impl that return PopulationLabelValue
 PopulationLabelValue LabelsFactoryImpl.createPopulationLabelValue()
           
 PopulationLabelValue PopulationLabelImpl.getCurrentPopulationValue()
           
 

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

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