|
||||||||||
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 | |
---|---|
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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
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 |
EList<Attribute> getAttributes()
Attribute
.
If the meaning of the 'Attributes' containment reference list isn't clear, there really should be more of a description here...
DotPackage.getEdgeStatement_Attributes()
containment | = | true |
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |