public interface GConnection extends GConnectable
The following features are supported:
GraphPackage.getGConnection()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<GJoint> |
getJoints()
Returns the value of the 'Joints' containment reference list.
|
GConnector |
getSource()
Returns the value of the 'Source' reference
|
GConnector |
getTarget()
Returns the value of the 'Target' reference
|
java.lang.String |
getType()
Returns the value of the 'Type' attribute
|
void |
setSource(GConnector value)
Sets the value of the '
Source' reference |
void |
setTarget(GConnector value)
Sets the value of the '
Target' reference |
void |
setType(java.lang.String value)
Sets the value of the '
Type' attribute |
getConnectorsjava.lang.String getType()
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
setType(String),
GraphPackage.getGConnection_Type()void setType(java.lang.String value)
Type' attribute.
value - the new value of the 'Type' attribute.getType()GConnector getSource()
If the meaning of the 'Source' reference isn't clear, there really should be more of a description here...
setSource(GConnector),
GraphPackage.getGConnection_Source()void setSource(GConnector value)
Source' reference.
value - the new value of the 'Source' reference.getSource()GConnector getTarget()
If the meaning of the 'Target' reference isn't clear, there really should be more of a description here...
setTarget(GConnector),
GraphPackage.getGConnection_Target()void setTarget(GConnector value)
Target' reference.
value - the new value of the 'Target' reference.getTarget()org.eclipse.emf.common.util.EList<GJoint> getJoints()
GJoint.
It is bidirectional and its opposite is 'Connection'.
If the meaning of the 'Joints' containment reference list isn't clear, there really should be more of a description here...
GraphPackage.getGConnection_Joints(),
GJoint.getConnection()Copyright © 2014 TESIS DYNAware. All Rights Reserved.