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

All Superinterfaces:
EdgeLabel, org.eclipse.emf.ecore.EObject, Identifiable, Label, org.eclipse.emf.common.notify.Notifier, PhysicalRelationshipLabel, SanityChecker, StaticEdgeLabel
All Known Implementing Classes:
CommonBorderRelationshipLabelImpl

public interface CommonBorderRelationshipLabel
extends PhysicalRelationshipLabel

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


Field Summary
static java.lang.String copyright
           
static java.lang.String URI_TYPE_COMMON_BORDER_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.definitions.labels.PhysicalRelationshipLabel
URI_TYPE_PHYSICAL_RELATIONSHIP_LABEL_SEGMENT
 
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_COMMON_BORDER_RELATIONSHIP_LABEL_SEGMENT

static final java.lang.String URI_TYPE_COMMON_BORDER_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