public interface GraphConnector extends MDWEObject
The following features are supported:
UMLPackage.getGraphConnector()
Modifier and Type | Method and Description |
---|---|
MDWEList<GraphEdge> |
getGraphEdge()
Returns the value of the 'Graph Edge' reference list.
|
GraphElement |
getGraphElement()
Returns the value of the 'Graph Element' container reference.
|
Point |
getPosition()
Returns the value of the 'Position' containment reference
|
void |
setGraphElement(GraphElement value)
Sets the value of the '
Graph Element ' container reference |
void |
setPosition(double x,
double y)
Creates new
Point with abscissa x and ordinate y , and set the position of the current
Graph Connector . |
void |
setPosition(Point value)
Sets the value of the '
Position ' containment reference |
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
getEAnnotation, getEAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
Point getPosition()
setPosition(Point)
,
UMLPackage.getGraphConnector_Position()
void setPosition(Point value)
Position
' containment reference.
value
- the new value of the 'Position' containment reference.getPosition()
MDWEList<GraphEdge> getGraphEdge()
GraphEdge
.
It is bidirectional and its opposite is 'Anchor
'.
UMLPackage.getGraphConnector_GraphEdge()
,
GraphEdge.getAnchor()
GraphElement getGraphElement()
Anchorage
'.
setGraphElement(GraphElement)
,
UMLPackage.getGraphConnector_GraphElement()
,
GraphElement.getAnchorage()
void setGraphElement(GraphElement value)
Graph Element
' container reference.
value
- the new value of the 'Graph Element' container reference.getGraphElement()
void setPosition(double x, double y)
Point
with abscissa x
and ordinate y
, and set the position of the current
Graph Connector
.x
- the abscissay
- the ordinate