public interface DiagramLink extends MDWEObject
The following features are supported:
UMLPackage.getDiagramLink()
Modifier and Type | Method and Description |
---|---|
Diagram |
getDiagram()
Returns the value of the 'Diagram' reference.
|
GraphElement |
getGraphElement()
Returns the value of the 'Graph Element' container reference.
|
Point |
getViewport()
Returns the value of the 'Viewport' containment reference
|
double |
getZoom()
Returns the value of the 'Zoom' attribute
|
boolean |
isSetZoom()
Returns whether the value of the '
Zoom ' attribute is set |
void |
setDiagram(Diagram value)
Sets the value of the '
Diagram ' reference |
void |
setGraphElement(GraphElement value)
Sets the value of the '
Graph Element ' container reference |
void |
setViewport(Point value)
Sets the value of the '
Viewport ' containment reference |
void |
setZoom(double value)
Sets the value of the '
Zoom ' attribute |
void |
unsetZoom()
Unsets the value of the '
Zoom ' attribute |
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 getViewport()
setViewport(Point)
,
UMLPackage.getDiagramLink_Viewport()
void setViewport(Point value)
Viewport
' containment reference.
value
- the new value of the 'Viewport' containment reference.getViewport()
Diagram getDiagram()
Diagram Link
'.
setDiagram(Diagram)
,
UMLPackage.getDiagramLink_Diagram()
,
Diagram.getDiagramLink()
void setDiagram(Diagram value)
Diagram
' reference.
value
- the new value of the 'Diagram' reference.getDiagram()
double getZoom()
isSetZoom()
,
unsetZoom()
,
setZoom(double)
,
UMLPackage.getDiagramLink_Zoom()
void setZoom(double value)
Zoom
' attribute.
value
- the new value of the 'Zoom' attribute.isSetZoom()
,
unsetZoom()
,
getZoom()
void unsetZoom()
Zoom
' attribute.
isSetZoom()
,
getZoom()
,
setZoom(double)
boolean isSetZoom()
Zoom
' attribute is set.
unsetZoom()
,
getZoom()
,
setZoom(double)
GraphElement getGraphElement()
Link
'.
setGraphElement(GraphElement)
,
UMLPackage.getDiagramLink_GraphElement()
,
GraphElement.getLink()
void setGraphElement(GraphElement value)
Graph Element
' container reference.
value
- the new value of the 'Graph Element' container reference.getGraphElement()