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

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

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

Subinterfaces of PhysicalRelationshipLabel in org.eclipse.ohf.stem.definitions.labels
 interface CommonBorderRelationshipLabel
          This interface is an EMF definition of a class that represents a label for an Edge that represents a the relationship of two nodes sharing a common border
 interface RelativePhysicalRelationshipLabel
          This interface is an EMF definition of a class that represents a label for an Edge that represents a relatvie physical relationship between two nodes.
 

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

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

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

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