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

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

public interface EdgeStatement
extends Statement

A representation of the model object 'Edge Statement'.

The following features are supported:

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

Method Summary
 EList<Attribute> getAttributes()
          Returns the value of the 'Attributes' containment reference list.
 EList<EdgeTarget> getEdgeTargets()
          Returns the value of the 'Edge Targets' containment reference list.
 Node getSourceNode()
          Returns the value of the 'Source Node' containment reference.
 void setSourceNode(Node value)
          Sets the value of the 'Source Node' 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

getSourceNode

Node getSourceNode()
Returns the value of the 'Source Node' containment reference.

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

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

setSourceNode

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

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

getEdgeTargets

EList<EdgeTarget> getEdgeTargets()
Returns the value of the 'Edge Targets' containment reference list. The list contents are of type EdgeTarget.

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

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

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.getEdgeStatement_Attributes()
Generated:
This code was automatically generated.
Model element:
containment=true