de.cau.cs.kieler.kiml.graphviz.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
 AttributeList getAttributes()
          Returns the value of the 'Attributes' containment reference.
 EList<EdgeTarget> getEdgeTargets()
          Returns the value of the 'Edge Targets' containment reference list.
 Node getSourceNode()
          Returns the value of the 'Source Node' containment reference.
 Subgraph getSourceSubgraph()
          Returns the value of the 'Source Subgraph' containment reference.
 void setAttributes(AttributeList value)
          Sets the value of the 'Attributes' containment reference.
 void setSourceNode(Node value)
          Sets the value of the 'Source Node' containment reference.
 void setSourceSubgraph(Subgraph value)
          Sets the value of the 'Source Subgraph' 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

getSourceSubgraph

Subgraph getSourceSubgraph()
Returns the value of the 'Source Subgraph' containment reference.

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

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

setSourceSubgraph

void setSourceSubgraph(Subgraph value)
Sets the value of the 'Source Subgraph' containment reference.

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

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

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.getEdgeStatement_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.