|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Node
A representation of the model object 'Node'.
The following features are supported:
KEGPackage.getNode()
Method Summary | |
---|---|
String |
getNodeLabel()
Returns the value of the 'Node Label' attribute. |
boolean |
isHypernode()
Returns the value of the 'Hypernode' attribute. |
void |
setHypernode(boolean value)
Sets the value of the ' Hypernode ' attribute. |
void |
setNodeLabel(String value)
Sets the value of the ' Node Label ' attribute. |
Methods inherited from interface de.cau.cs.kieler.core.kgraph.KNode |
---|
getChildren, getIncomingEdges, getOutgoingEdges, getParent, getPorts, setParent |
Methods inherited from interface de.cau.cs.kieler.core.kgraph.KLabeledGraphElement |
---|
getLabels |
Methods inherited from interface de.cau.cs.kieler.core.kgraph.KGraphElement |
---|
getData, getData, getData |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
String getNodeLabel()
If the meaning of the 'Node Label' attribute isn't clear, there really should be more of a description here...
setNodeLabel(String)
,
KEGPackage.getNode_NodeLabel()
required | = | true |
void setNodeLabel(String value)
Node Label
' attribute.
value
- the new value of the 'Node Label' attribute.getNodeLabel()
boolean isHypernode()
"false"
.
If the meaning of the 'Hypernode' attribute isn't clear, there really should be more of a description here...
setHypernode(boolean)
,
KEGPackage.getNode_Hypernode()
default | = | false |
required | = | true |
void setHypernode(boolean value)
Hypernode
' attribute.
value
- the new value of the 'Hypernode' attribute.isHypernode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |