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

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
NodeImpl

public interface Node
extends EObject

A representation of the model object 'Node'.

The following features are supported:

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

Method Summary
 String getName()
          Returns the value of the 'Name' attribute.
 Port getPort()
          Returns the value of the 'Port' containment reference.
 void setName(String value)
          Sets the value of the 'Name' attribute.
 void setPort(Port value)
          Sets the value of the 'Port' containment reference.
 
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

getName

String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), DotPackage.getNode_Name()
Generated:
This code was automatically generated.
Model element

setName

void setName(String value)
Sets the value of the 'Name' attribute.

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

getPort

Port getPort()
Returns the value of the 'Port' containment reference.

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

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

setPort

void setPort(Port value)
Sets the value of the 'Port' containment reference.

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