de.cau.cs.kieler.kiml.graphviz.dot.dot
Interface NodeStatement

All Superinterfaces:
EObject, Notifier, Statement
All Known Implementing Classes:
NodeStatementImpl

public interface NodeStatement
extends Statement

A representation of the model object 'Node Statement'.

The following features are supported:

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

Method Summary
 EList<Attribute> getAttributes()
          Returns the value of the 'Attributes' containment reference list.
 Node getNode()
          Returns the value of the 'Node' containment reference.
 void setNode(Node value)
          Sets the value of the 'Node' containment reference.
 
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

getNode

Node getNode()
Returns the value of the 'Node' containment reference.

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

Returns:
the value of the 'Node' containment reference.
See Also:
setNode(Node), DotPackage.getNodeStatement_Node()
Generated:
This code was automatically generated.
Model element:
containment=true

setNode

void setNode(Node value)
Sets the value of the 'Node' containment reference.

Parameters:
value - the new value of the 'Node' containment reference.
See Also:
getNode()
Generated:
This code was automatically generated.

getAttributes

EList<Attribute> getAttributes()
Returns the value of the 'Attributes' containment reference list. The list contents are of type Attribute.

If the meaning of the 'Attributes' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Attributes' containment reference list.
See Also:
DotPackage.getNodeStatement_Attributes()
Generated:
This code was automatically generated.
Model element:
containment=true