public interface GJoint
extends org.eclipse.emf.ecore.EObject
The following features are supported:
GraphPackage.getGJoint()| Modifier and Type | Method and Description |
|---|---|
GConnection |
getConnection()
Returns the value of the 'Connection' container reference.
|
java.lang.String |
getType()
Returns the value of the 'Type' attribute
|
double |
getX()
Returns the value of the 'X' attribute.
|
double |
getY()
Returns the value of the 'Y' attribute.
|
void |
setConnection(GConnection value)
Sets the value of the '
Connection' container reference |
void |
setType(java.lang.String value)
Sets the value of the '
Type' attribute |
void |
setX(double value)
Sets the value of the '
X' attribute |
void |
setY(double value)
Sets the value of the '
Y' attribute |
java.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.getGJoint_Type()void setType(java.lang.String value)
Type' attribute.
value - the new value of the 'Type' attribute.getType()GConnection getConnection()
Joints'.
If the meaning of the 'Connection' reference isn't clear, there really should be more of a description here...
setConnection(GConnection),
GraphPackage.getGJoint_Connection(),
GConnection.getJoints()void setConnection(GConnection value)
Connection' container reference.
value - the new value of the 'Connection' container reference.getConnection()double getX()
"0".
If the meaning of the 'X' attribute isn't clear, there really should be more of a description here...
setX(double),
GraphPackage.getGJoint_X()void setX(double value)
X' attribute.
value - the new value of the 'X' attribute.getX()double getY()
"0".
If the meaning of the 'Y' attribute isn't clear, there really should be more of a description here...
setY(double),
GraphPackage.getGJoint_Y()Copyright © 2014 TESIS DYNAware. All Rights Reserved.