Package org.eclipse.epf.uma
Interface DiagramLink
- All Superinterfaces:
DiagramElement
,Element
,org.eclipse.emf.ecore.EObject
,MethodElement
,NamedElement
,org.eclipse.emf.common.notify.Notifier
,PackageableElement
- All Known Implementing Classes:
DiagramLinkImpl
public interface DiagramLink extends DiagramElement
A representation of the model object 'Diagram Link'.
The following features are supported:
- See Also:
UmaPackage.getDiagramLink()
-
Method Summary
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' reference.java.lang.Double
getZoom()
Returns the value of the 'Zoom' attribute.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
' reference.void
setZoom(java.lang.Double value)
Sets the value of the 'Zoom
' attribute.Methods inherited from interface org.eclipse.epf.uma.DiagramElement
getContainer, getIsVisible, getProperty, getReference, setContainer, setIsVisible
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 org.eclipse.epf.uma.MethodElement
getBriefDescription, getGuid, getKind, getMethodElementProperty, getOrderingGuide, getOwnedRules, getPresentationName, getSuppressed, setBriefDescription, setGuid, setOrderingGuide, setPresentationName, setSuppressed
Methods inherited from interface org.eclipse.epf.uma.NamedElement
getName, setName
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getZoom
java.lang.Double getZoom()Returns the value of the 'Zoom' attribute.- Returns:
- the value of the 'Zoom' attribute.
- See Also:
setZoom(Double)
,UmaPackage.getDiagramLink_Zoom()
-
setZoom
void setZoom(java.lang.Double value)Sets the value of the 'Zoom
' attribute.- Parameters:
value
- the new value of the 'Zoom' attribute.- See Also:
getZoom()
-
getViewport
Point getViewport()Returns the value of the 'Viewport' reference.- Returns:
- the value of the 'Viewport' reference.
- See Also:
setViewport(Point)
,UmaPackage.getDiagramLink_Viewport()
-
setViewport
Sets the value of the 'Viewport
' reference.- Parameters:
value
- the new value of the 'Viewport' 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)
,UmaPackage.getDiagramLink_Diagram()
,Diagram.getDiagramLink()
-
setDiagram
Sets the value of the 'Diagram
' reference.- Parameters:
value
- the new value of the 'Diagram' reference.- See Also:
getDiagram()
-
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)
,UmaPackage.getDiagramLink_GraphElement()
,GraphElement.getLink()
-
setGraphElement
Sets the value of the 'Graph Element
' container reference.- Parameters:
value
- the new value of the 'Graph Element' container reference.- See Also:
getGraphElement()
-