Uses of Interface
org.eclipse.ohf.stem.core.graph.LabelValue

Packages that use LabelValue
org.eclipse.ohf.stem.core.graph   
org.eclipse.ohf.stem.core.graph.impl   
org.eclipse.ohf.stem.core.graph.util   
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   
org.eclipse.ohf.stem.diseasemodels.standard.util   
org.eclipse.ohf.stem.tests.util.labels   
org.eclipse.ohf.stem.tests.util.labels.impl   
org.eclipse.ohf.stem.tests.util.labels.util   
 

Uses of LabelValue in org.eclipse.ohf.stem.core.graph
 

Methods in org.eclipse.ohf.stem.core.graph that return LabelValue
 LabelValue Label.getCurrentValue()
           
 LabelValue DynamicLabel.getNextValue()
           
 

Methods in org.eclipse.ohf.stem.core.graph with parameters of type LabelValue
 void Label.setCurrentValue(LabelValue value)
          Sets the value of the 'Current Value' containment reference.
 void DynamicLabel.setNextValue(LabelValue value)
          Sets the value of the 'Next Value' containment reference.
 

Uses of LabelValue in org.eclipse.ohf.stem.core.graph.impl
 

Classes in org.eclipse.ohf.stem.core.graph.impl that implement LabelValue
 class LabelValueImpl
          An implementation of the model object 'Label Value'.
 

Methods in org.eclipse.ohf.stem.core.graph.impl that return LabelValue
 LabelValue LabelImpl.getCurrentValue()
           
 LabelValue DynamicLabelImpl.getNextValue()
           
 

Methods in org.eclipse.ohf.stem.core.graph.impl with parameters of type LabelValue
 org.eclipse.emf.common.notify.NotificationChain LabelImpl.basicSetCurrentValue(LabelValue newCurrentValue, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DynamicLabelImpl.basicSetNextValue(LabelValue newNextValue, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void LabelImpl.setCurrentValue(LabelValue newCurrentValue)
           
 void DynamicLabelImpl.setNextValue(LabelValue newNextValue)
           
 

Uses of LabelValue in org.eclipse.ohf.stem.core.graph.util
 

Methods in org.eclipse.ohf.stem.core.graph.util with parameters of type LabelValue
 T GraphSwitch.caseLabelValue(LabelValue object)
          Returns the result of interpretting the object as an instance of 'Label Value'.
 

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

Subinterfaces of LabelValue in org.eclipse.ohf.stem.definitions.labels
 interface AreaLabelValue
          This interface defines a class in an EMF model for a Area Label Value.
 interface CommonBorderRelationshipLabelValue
          This interface defines a class in an EMF model for a Common border Relationship Label Value.
 interface PhysicalRelationshipLabelValue
          This class represents a physical relationship
 interface PopulationLabelValue
          This interface defines a class in an EMF model for a Population Label Value.
 interface RelativePhysicalRelationshipLabelValue
          This interface defines a class in an EMF model for a Physical Relationship Label Value.
 interface TransportRelationshipLabelValue
          The value of a transportation relationship label is the current available capacity expressed as a proportion of the maximum capacity of the transportation mode/identifier.
 

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

Classes in org.eclipse.ohf.stem.definitions.labels.impl that implement LabelValue
 class AreaLabelValueImpl
          An implementation of the model object 'Area Label Value'.
 class CommonBorderRelationshipLabelValueImpl
          An implementation of the model object 'Common Border Relationship Label Value'.
 class PhysicalRelationshipLabelValueImpl
          An implementation of the model object 'Physical Relationship Label Value'.
 class PopulationLabelValueImpl
          An implementation of the model object 'Population Label Value'.
 class RelativePhysicalRelationshipLabelValueImpl
          An implementation of the model object 'Relative Physical Relationship Label Value'.
 class TransportRelationshipLabelValueImpl
          An implementation of the model object 'Transport Relationship Label Value'.
 

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

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

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

Subinterfaces of LabelValue in org.eclipse.ohf.stem.diseasemodels.standard
 interface DiseaseModelLabelValue
          This interface defines a class in an EMF model for an disease model label value.
 interface SEIRLabelValue
          This interface defines a class in an EMF model for an SEIR disease model label value.
 interface SILabelValue
          This interface defines a class in an EMF model for an SI disease model label value.
 interface SIRLabelValue
          This interface defines a class in an EMF model for an SIR disease model label value.
 interface StandardDiseaseModelLabelValue
          This interface defines a class in an EMF model for an Standard disease model label value.
 

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

Classes in org.eclipse.ohf.stem.diseasemodels.standard.impl that implement LabelValue
 class DiseaseModelLabelValueImpl
          An implementation of the model object 'Disease Model Label Value'.
 class SEIRLabelValueImpl
          An implementation of the model object 'SEIR Label Value'.
 class SILabelValueImpl
          An implementation of the model object 'SI Label Value'.
 class SIRLabelValueImpl
          An implementation of the model object 'SIR Label Value'.
 class StandardDiseaseModelLabelValueImpl
          An implementation of the model object 'Disease Model Label Value'.
 

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

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

Uses of LabelValue in org.eclipse.ohf.stem.tests.util.labels
 

Subinterfaces of LabelValue in org.eclipse.ohf.stem.tests.util.labels
 interface TestIntegerLabelValue
          /** This interface represents the model of an abstract class in an EMF model that is an example of a LabelValue implementation used for test purposes.
 

Uses of LabelValue in org.eclipse.ohf.stem.tests.util.labels.impl
 

Classes in org.eclipse.ohf.stem.tests.util.labels.impl that implement LabelValue
 class TestIntegerLabelValueImpl
          An implementation of the model object 'Test Integer Label Value'.
 

Uses of LabelValue in org.eclipse.ohf.stem.tests.util.labels.util
 

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