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

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

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

Methods in org.eclipse.ohf.stem.definitions.labels that return RelativePhysicalRelationshipLabelValue
 RelativePhysicalRelationshipLabelValue LabelsFactory.createRelativePhysicalRelationshipLabelValue()
          Returns a new object of class 'Relative Physical Relationship Label Value'.
 RelativePhysicalRelationshipLabelValue RelativePhysicalRelationshipLabel.getCurrentRelationship()
           
 

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

Classes in org.eclipse.ohf.stem.definitions.labels.impl that implement RelativePhysicalRelationshipLabelValue
 class RelativePhysicalRelationshipLabelValueImpl
          An implementation of the model object 'Relative Physical Relationship Label Value'.
 

Methods in org.eclipse.ohf.stem.definitions.labels.impl that return RelativePhysicalRelationshipLabelValue
 RelativePhysicalRelationshipLabelValue LabelsFactoryImpl.createRelativePhysicalRelationshipLabelValue()
           
 RelativePhysicalRelationshipLabelValue RelativePhysicalRelationshipLabelImpl.getCurrentRelationship()
           
 

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

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