Package com.sodius.mdw.metamodel.uml21
Interface GraphConnector
-
- All Superinterfaces:
Comparable<Object>
,org.eclipse.emf.ecore.EModelElement
,org.eclipse.emf.ecore.EObject
,MDWEObject
,MDWObject
,org.eclipse.emf.common.notify.Notifier
public interface GraphConnector extends MDWEObject
A representation of the model object 'Graph Connector'.The following features are supported:
- See Also:
UMLPackage.getGraphConnector()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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 newPoint
with abscissax
and ordinatey
, and set the position of the currentGraph Connector
.void
setPosition(Point value)
Sets the value of the 'Position
' containment reference.-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
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 com.sodius.mdw.core.model.MDWObject
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
-
-
-
-
Method Detail
-
getPosition
Point getPosition()
Returns the value of the 'Position' containment reference.- Returns:
- the value of the 'Position' containment reference.
- See Also:
setPosition(Point)
,UMLPackage.getGraphConnector_Position()
-
setPosition
void setPosition(Point value)
Sets the value of the 'Position
' containment reference.- Parameters:
value
- the new value of the 'Position' containment reference.- See Also:
getPosition()
-
getGraphEdge
MDWEList<GraphEdge> getGraphEdge()
Returns the value of the 'Graph Edge' reference list. The list contents are of typeGraphEdge
. It is bidirectional and its opposite is 'Anchor
'.- Returns:
- the value of the 'Graph Edge' reference list.
- See Also:
UMLPackage.getGraphConnector_GraphEdge()
,GraphEdge.getAnchor()
-
getGraphElement
GraphElement getGraphElement()
Returns the value of the 'Graph Element' container reference. It is bidirectional and its opposite is 'Anchorage
'.- Returns:
- the value of the 'Graph Element' container reference.
- See Also:
setGraphElement(GraphElement)
,UMLPackage.getGraphConnector_GraphElement()
,GraphElement.getAnchorage()
-
setGraphElement
void setGraphElement(GraphElement value)
Sets the value of the 'Graph Element
' container reference.- Parameters:
value
- the new value of the 'Graph Element' container reference.- See Also:
getGraphElement()
-
setPosition
void setPosition(double x, double y)
Creates newPoint
with abscissax
and ordinatey
, and set the position of the currentGraph Connector
.- Parameters:
x
- the abscissay
- the ordinate- Since:
- 3.5.0
-
-