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

All Superinterfaces:
EdgeLabel, org.eclipse.emf.ecore.EObject, Identifiable, Label, org.eclipse.emf.common.notify.Notifier, SanityChecker, StaticEdgeLabel
All Known Subinterfaces:
CommonBorderRelationshipLabel, RelativePhysicalRelationshipLabel
All Known Implementing Classes:
CommonBorderRelationshipLabelImpl, PhysicalRelationshipLabelImpl, RelativePhysicalRelationshipLabelImpl

public interface PhysicalRelationshipLabel
extends StaticEdgeLabel

This interface is an EMF definition of a class that represents a label for an Edge that represents a physical relationship between two nodes.


Field Summary
static java.lang.String copyright
           
static java.lang.String URI_TYPE_PHYSICAL_RELATIONSHIP_LABEL_SEGMENT
          This is the segment of the type URI that prefixes all other segments in a relative physical relationship label type URI.
 
Fields inherited from interface org.eclipse.ohf.stem.core.graph.Label
URI_TYPE_LABEL, URI_TYPE_LABEL_SEGMENT
 
Method Summary
 
Methods inherited from interface org.eclipse.ohf.stem.core.graph.EdgeLabel
getEdge, setEdge
 
Methods inherited from interface org.eclipse.ohf.stem.core.graph.Label
getCurrentValue, getIdentifiable, getURIOfIdentifiableToBeLabeled, setCurrentValue, setIdentifiable, setURIOfIdentifiableToBeLabeled
 
Methods inherited from interface org.eclipse.ohf.stem.core.common.Identifiable
getDublinCore, getTypeURI, getURI, sane, setDublinCore, setTypeURI, setURI
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values

URI_TYPE_PHYSICAL_RELATIONSHIP_LABEL_SEGMENT

static final java.lang.String URI_TYPE_PHYSICAL_RELATIONSHIP_LABEL_SEGMENT
This is the segment of the type URI that prefixes all other segments in a relative physical relationship label type URI.

See Also:
Constant Field Values