Package com.sodius.mdw.metamodel.uml21
Interface DiagramLink
-
- All Superinterfaces:
Comparable<Object>
,org.eclipse.emf.ecore.EModelElement
,org.eclipse.emf.ecore.EObject
,MDWEObject
,MDWObject
,org.eclipse.emf.common.notify.Notifier
public interface DiagramLink extends MDWEObject
A representation of the model object 'Diagram Link'.The following features are supported:
- See Also:
UMLPackage.getDiagramLink()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
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
-
getViewport
Point getViewport()
Returns the value of the 'Viewport' containment reference.- Returns:
- the value of the 'Viewport' containment reference.
- See Also:
setViewport(Point)
,UMLPackage.getDiagramLink_Viewport()
-
setViewport
void setViewport(Point value)
Sets the value of the 'Viewport
' containment reference.- Parameters:
value
- the new value of the 'Viewport' containment reference.- See Also:
getViewport()
-
getDiagram
Diagram getDiagram()
Returns the value of the 'Diagram' reference. It is bidirectional and its opposite is 'Diagram Link
'.- Returns:
- the value of the 'Diagram' reference.
- See Also:
setDiagram(Diagram)
,UMLPackage.getDiagramLink_Diagram()
,Diagram.getDiagramLink()
-
setDiagram
void setDiagram(Diagram value)
Sets the value of the 'Diagram
' reference.- Parameters:
value
- the new value of the 'Diagram' reference.- See Also:
getDiagram()
-
getZoom
double getZoom()
Returns the value of the 'Zoom' attribute.- Returns:
- the value of the 'Zoom' attribute.
- See Also:
isSetZoom()
,unsetZoom()
,setZoom(double)
,UMLPackage.getDiagramLink_Zoom()
-
setZoom
void setZoom(double value)
Sets the value of the 'Zoom
' attribute.- Parameters:
value
- the new value of the 'Zoom' attribute.- See Also:
isSetZoom()
,unsetZoom()
,getZoom()
-
unsetZoom
void unsetZoom()
Unsets the value of the 'Zoom
' attribute.- See Also:
isSetZoom()
,getZoom()
,setZoom(double)
-
isSetZoom
boolean isSetZoom()
Returns whether the value of the 'Zoom
' attribute is set.- Returns:
- whether the value of the 'Zoom' attribute is set.
- See Also:
unsetZoom()
,getZoom()
,setZoom(double)
-
getGraphElement
GraphElement getGraphElement()
Returns the value of the 'Graph Element' container reference. It is bidirectional and its opposite is 'Link
'.- Returns:
- the value of the 'Graph Element' container reference.
- See Also:
setGraphElement(GraphElement)
,UMLPackage.getDiagramLink_GraphElement()
,GraphElement.getLink()
-
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()
-
-