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

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

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

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

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

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

Methods in org.eclipse.ohf.stem.definitions.labels.impl that return RelativePhysicalRelationshipLabel
 RelativePhysicalRelationshipLabel LabelsFactoryImpl.createRelativePhysicalRelationshipLabel()
           
 

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

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