|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EdgeStatement
A representation of the model object 'Edge Statement'.
The following features are supported:
DotPackage.getEdgeStatement()
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 |
---|
Subgraph getSourceSubgraph()
If the meaning of the 'Source Subgraph' containment reference isn't clear, there really should be more of a description here...
setSourceSubgraph(Subgraph)
,
DotPackage.getEdgeStatement_SourceSubgraph()
containment | = | true |
void setSourceSubgraph(Subgraph value)
Source Subgraph
' containment reference.
value
- the new value of the 'Source Subgraph' containment reference.getSourceSubgraph()
Node getSourceNode()
If the meaning of the 'Source Node' containment reference isn't clear, there really should be more of a description here...
setSourceNode(Node)
,
DotPackage.getEdgeStatement_SourceNode()
containment | = | true |
void setSourceNode(Node value)
Source Node
' containment reference.
value
- the new value of the 'Source Node' containment reference.getSourceNode()
EList<EdgeTarget> getEdgeTargets()
EdgeTarget
.
If the meaning of the 'Edge Targets' containment reference list isn't clear, there really should be more of a description here...
DotPackage.getEdgeStatement_EdgeTargets()
containment | = | true |
AttributeList getAttributes()
If the meaning of the 'Attributes' containment reference isn't clear, there really should be more of a description here...
setAttributes(AttributeList)
,
DotPackage.getEdgeStatement_Attributes()
containment | = | true |
void setAttributes(AttributeList value)
Attributes
' containment reference.
value
- the new value of the 'Attributes' containment reference.getAttributes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |