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

Packages that use EdgeLabel
org.eclipse.ohf.stem.core.graph   
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 EdgeLabel in org.eclipse.ohf.stem.core.graph
 

Subinterfaces of EdgeLabel in org.eclipse.ohf.stem.core.graph
 interface DynamicEdgeLabel
          A DynamicEdgeLabel is a DynamicLabel that specifically labels an Edge.
 interface StaticEdgeLabel
          A StaticEdgeLabel is an EdgeLabel that only has a single "current" LabelValue.
 

Methods in org.eclipse.ohf.stem.core.graph that return EdgeLabel
 EdgeLabel Edge.getLabel()
           
 

Methods in org.eclipse.ohf.stem.core.graph with parameters of type EdgeLabel
 void Edge.setLabel(EdgeLabel value)
          Sets the value of the 'Label' containment reference.
 

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

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

Methods in org.eclipse.ohf.stem.core.graph.impl that return EdgeLabel
 EdgeLabel EdgeImpl.getLabel()
           
 

Methods in org.eclipse.ohf.stem.core.graph.impl with parameters of type EdgeLabel
 org.eclipse.emf.common.notify.NotificationChain EdgeImpl.basicSetLabel(EdgeLabel newLabel, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void EdgeImpl.setLabel(EdgeLabel newLabel)
           
 

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

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

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

Subinterfaces of EdgeLabel 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.
 interface TransportRelationshipLabel
          This interface is an EMF definition of a class that represents a label for an Edge that represents the physical transportation of population members between two nodes.
 

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

Classes in org.eclipse.ohf.stem.definitions.labels.impl that implement EdgeLabel
 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'.
 class TransportRelationshipLabelImpl
          An implementation of the model object 'Transport Relationship Label'.
 

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

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

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

Subinterfaces of EdgeLabel in org.eclipse.ohf.stem.tests.util.labels
 interface TestDynamicEdgeLabel
          This interface is for testing.
 interface TestStaticEdgeLabel
          This is a test class.
 

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

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

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

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