de.cau.cs.kieler.graphs
Interface Node

All Superinterfaces:
EModelElement, EObject, KGraphElement, 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:
GraphsPackage.getNode()
Rating red
Generated:
This code was automatically generated.
Model element

Method Summary
 String getNodeLabel()
          Returns the value of the 'Node Label' attribute.
 boolean isIsHypernode()
          Returns the value of the 'Is Hypernode' attribute.
 void setIsHypernode(boolean value)
          Sets the value of the 'Is 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, getLabel, getOutgoingEdges, getParent, getPorts, setLabel, setParent
 
Methods inherited from interface de.cau.cs.kieler.core.kgraph.KGraphElement
getData, getData
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
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), GraphsPackage.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.

isIsHypernode

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

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

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

setIsHypernode

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

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