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 DiagramgetDiagram()Returns the value of the 'Diagram' reference.GraphElementgetGraphElement()Returns the value of the 'Graph Element' container reference.PointgetViewport()Returns the value of the 'Viewport' reference.java.lang.DoublegetZoom()Returns the value of the 'Zoom' attribute.voidsetDiagram(Diagram value)Sets the value of the 'Diagram' reference.voidsetGraphElement(GraphElement value)Sets the value of the 'Graph Element' container reference.voidsetViewport(Point value)Sets the value of the 'Viewport' reference.voidsetZoom(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, setIsVisibleMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.epf.uma.MethodElement
getBriefDescription, getGuid, getKind, getMethodElementProperty, getOrderingGuide, getOwnedRules, getPresentationName, getSuppressed, setBriefDescription, setGuid, setOrderingGuide, setPresentationName, setSuppressedMethods inherited from interface org.eclipse.epf.uma.NamedElement
getName, setNameMethods 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()
-