|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Label
A Label
represents attributes of either a Node
,
Edge
, or Graph
. The attributes are represented by a
LabelValue
.
Node
,
Edge
,
Graph
,
NodeLabel
,
DynamicLabel
,
StaticNodeLabel
,
DynamicNodeLabel
Field Summary | |
---|---|
static org.eclipse.emf.common.util.URI |
URI_TYPE_LABEL
This is the type URI for a Label |
static java.lang.String |
URI_TYPE_LABEL_SEGMENT
This is the top-level segment for all type URI's for labels. |
Method Summary | |
---|---|
LabelValue |
getCurrentValue()
|
Identifiable |
getIdentifiable()
|
org.eclipse.emf.common.util.URI |
getURIOfIdentifiableToBeLabeled()
|
void |
setCurrentValue(LabelValue value)
Sets the value of the ' Current Value ' containment reference. |
void |
setIdentifiable(Identifiable value)
Sets the value of the ' Identifiable ' reference. |
void |
setURIOfIdentifiableToBeLabeled(org.eclipse.emf.common.util.URI value)
Sets the value of the ' URI Of Identifiable To Be Labeled ' attribute. |
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 |
---|
static final java.lang.String URI_TYPE_LABEL_SEGMENT
static final org.eclipse.emf.common.util.URI URI_TYPE_LABEL
Method Detail |
---|
Identifiable getIdentifiable()
Identifiable
labeled by this Label
void setIdentifiable(Identifiable value)
Identifiable
' reference.
value
- the new value of the 'Identifiable' reference.getIdentifiable()
org.eclipse.emf.common.util.URI getURIOfIdentifiableToBeLabeled()
URI
of the Identifiable
that this
Label
labels. This value is typically used when
combining "graph fragments" to resolve the connection between the
Label
and the Identifiable
it labels.Graph.addGraph(Graph)
,
UnresolvedIdentifiable
,
getIdentifiable()
void setURIOfIdentifiableToBeLabeled(org.eclipse.emf.common.util.URI value)
URI Of Identifiable To Be Labeled
' attribute.
value
- the new value of the 'URI Of Identifiable To Be Labeled' attribute.getURIOfIdentifiableToBeLabeled()
LabelValue getCurrentValue()
void setCurrentValue(LabelValue value)
Current Value
' containment reference.
value
- the new value of the 'Current Value' containment reference.getCurrentValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |