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

Packages that use StaticEdgeLabel
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.tests.util.labels   
org.eclipse.ohf.stem.tests.util.labels.impl   
org.eclipse.ohf.stem.tests.util.labels.util   
 

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

Classes in org.eclipse.ohf.stem.core.graph.impl that implement StaticEdgeLabel
 class StaticEdgeLabelImpl
          An implementation of the model object 'Static Edge Label'.
 

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

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

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

Subinterfaces of StaticEdgeLabel 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 PhysicalRelationshipLabel
          This interface is an EMF definition of a class that represents a label for an Edge that represents a physical relationship between two nodes.
 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 StaticEdgeLabel in org.eclipse.ohf.stem.definitions.labels.impl
 

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

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

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

Subinterfaces of StaticEdgeLabel in org.eclipse.ohf.stem.tests.util.labels
 interface TestStaticEdgeLabel
          This is a test class.
 

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

Classes in org.eclipse.ohf.stem.tests.util.labels.impl that implement StaticEdgeLabel
 class TestStaticEdgeLabelImpl
          An implementation of the model object 'Test Static Edge Label'.
 

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

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