de.cau.cs.kieler.kiml.graphviz.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
 AttributeList getAttributes()
          Returns the value of the 'Attributes' containment reference.
 Node getNode()
          Returns the value of the 'Node' containment reference.
 void setAttributes(AttributeList value)
          Sets the value of the 'Attributes' containment reference.
 void setNode(Node value)
          Sets the value of the 'Node' containment reference.
 
Methods inherited from interface de.cau.cs.kieler.kiml.graphviz.dot.Statement
getName, getValue, setName, setValue
 
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
 

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

AttributeList getAttributes()
Returns the value of the 'Attributes' containment reference.

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

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

setAttributes

void setAttributes(AttributeList value)
Sets the value of the 'Attributes' containment reference.

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