public interface GConnector
extends org.eclipse.emf.ecore.EObject
The following features are supported:
GraphPackage.getGConnector()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<GConnection> |
getConnections()
Returns the value of the 'Connections' reference list.
|
GConnectable |
getParent()
Returns the value of the 'Parent' 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
|
boolean |
isConnectionDetachedOnDrag()
Returns the value of the 'Connection Detached On Drag' attribute.
|
void |
setConnectionDetachedOnDrag(boolean value)
Sets the value of the '
Connection Detached On Drag' attribute |
void |
setParent(GConnectable value)
Sets the value of the '
Parent' 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.getGConnector_Type()void setType(java.lang.String value)
Type' attribute.
value - the new value of the 'Type' attribute.getType()GConnectable getParent()
Connectors'.
If the meaning of the 'Parent' reference isn't clear, there really should be more of a description here...
setParent(GConnectable),
GraphPackage.getGConnector_Parent(),
GConnectable.getConnectors()void setParent(GConnectable value)
Parent' container reference.
value - the new value of the 'Parent' container reference.getParent()org.eclipse.emf.common.util.EList<GConnection> getConnections()
GConnection.
If the meaning of the 'Connections' reference list isn't clear, there really should be more of a description here...
GraphPackage.getGConnector_Connections()double getX()
If the meaning of the 'X' attribute isn't clear, there really should be more of a description here...
setX(double),
GraphPackage.getGConnector_X()void setX(double value)
X' attribute.
value - the new value of the 'X' attribute.getX()double getY()
If the meaning of the 'Y' attribute isn't clear, there really should be more of a description here...
setY(double),
GraphPackage.getGConnector_Y()void setY(double value)
Y' attribute.
value - the new value of the 'Y' attribute.getY()boolean isConnectionDetachedOnDrag()
"true".
If the meaning of the 'Connection Detached On Drag' attribute isn't clear, there really should be more of a description here...
setConnectionDetachedOnDrag(boolean),
GraphPackage.getGConnector_ConnectionDetachedOnDrag()void setConnectionDetachedOnDrag(boolean value)
Connection Detached On Drag' attribute.
value - the new value of the 'Connection Detached On Drag' attribute.isConnectionDetachedOnDrag()Copyright © 2014 TESIS DYNAware. All Rights Reserved.