de.cau.cs.kieler.keg
Interface Node

All Superinterfaces:
EObject, KGraphElement, KLabeledGraphElement, KNode, Notifier
All Known Implementing Classes:
NodeImpl

public interface Node
extends KNode

A representation of the model object 'Node'.

The following features are supported:

See Also:
KEGPackage.getNode()
Rating red
Generated:
This code was automatically generated.
Model element

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

getNodeLabel

String getNodeLabel()
Returns the value of the 'Node Label' attribute.

If the meaning of the 'Node Label' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Node Label' attribute.
See Also:
setNodeLabel(String), KEGPackage.getNode_NodeLabel()
Generated:
This code was automatically generated.
Model element:
required=true

setNodeLabel

void setNodeLabel(String value)
Sets the value of the 'Node Label' attribute.

Parameters:
value - the new value of the 'Node Label' attribute.
See Also:
getNodeLabel()
Generated:
This code was automatically generated.

isHypernode

boolean isHypernode()
Returns the value of the 'Hypernode' attribute. The default value is "false".

If the meaning of the 'Hypernode' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Hypernode' attribute.
See Also:
setHypernode(boolean), KEGPackage.getNode_Hypernode()
Generated:
This code was automatically generated.
Model element:
default=false
required=true

setHypernode

void setHypernode(boolean value)
Sets the value of the 'Hypernode' attribute.

Parameters:
value - the new value of the 'Hypernode' attribute.
See Also:
isHypernode()
Generated:
This code was automatically generated.