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

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

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

Subinterfaces of PhysicalRelationshipLabelValue in org.eclipse.ohf.stem.definitions.labels
 interface CommonBorderRelationshipLabelValue
          This interface defines a class in an EMF model for a Common border Relationship Label Value.
 

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

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

Classes in org.eclipse.ohf.stem.definitions.labels.impl that implement PhysicalRelationshipLabelValue
 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'.
 

Methods in org.eclipse.ohf.stem.definitions.labels.impl that return PhysicalRelationshipLabelValue
 PhysicalRelationshipLabelValue LabelsFactoryImpl.createPhysicalRelationshipLabelValue()
           
 

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

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