Modelers

org.topcased.modeler.di.model
Interface DiagramLink

All Superinterfaces:
EModelElement, EObject, Notifier

public interface DiagramLink
extends EModelElement

A representation of the model object 'Diagram Link'.

The following features are supported:

See Also:
DiagramInterchangePackage.getDiagramLink()
** Generated **
Model:

Field Summary
static java.lang.String copyright
           
 
Method Summary
 Diagram getDiagram()
          Returns the value of the 'Diagram' reference.
 GraphElement getGraphElement()
          Returns the value of the 'Graph Element' container reference.
 org.eclipse.draw2d.geometry.Point getViewport()
          Returns the value of the 'Viewport' attribute
 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(org.eclipse.draw2d.geometry.Point value)
          Sets the value of the 'Viewport' attribute
 void setZoom(double value)
          Sets 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, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
** Generated **
Method Detail

getZoom

double getZoom()
Returns the value of the 'Zoom' attribute.

If the meaning of the 'Zoom' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Zoom' attribute.
See Also:
setZoom(double), DiagramInterchangePackage.getDiagramLink_Zoom()
** Generated **
Model:

setZoom

void setZoom(double value)
Sets the value of the 'Zoom' attribute.

Parameters:
value - the new value of the 'Zoom' attribute.
See Also:
getZoom()
** Generated **

getViewport

org.eclipse.draw2d.geometry.Point getViewport()
Returns the value of the 'Viewport' attribute.

If the meaning of the 'Viewport' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Viewport' attribute.
See Also:
setViewport(Point), DiagramInterchangePackage.getDiagramLink_Viewport()
** Generated **
Model:
dataType="org.topcased.modeler.di.model.Point"

setViewport

void setViewport(org.eclipse.draw2d.geometry.Point value)
Sets the value of the 'Viewport' attribute.

Parameters:
value - the new value of the 'Viewport' attribute.
See Also:
getViewport()
** Generated **

getGraphElement

GraphElement getGraphElement()
Returns the value of the 'Graph Element' container reference. It is bidirectional and its opposite is 'Link'.

If the meaning of the 'Graph Element' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Graph Element' container reference.
See Also:
setGraphElement(GraphElement), DiagramInterchangePackage.getDiagramLink_GraphElement(), GraphElement.getLink()
** Generated **
Model:
opposite="link" required="true"

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()
** Generated **

getDiagram

Diagram getDiagram()
Returns the value of the 'Diagram' reference. It is bidirectional and its opposite is 'Diagram Link'.

If the meaning of the 'Diagram' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Diagram' reference.
See Also:
setDiagram(Diagram), DiagramInterchangePackage.getDiagramLink_Diagram(), Diagram.getDiagramLink()
** Generated **
Model:
opposite="diagramLink" required="true"

setDiagram

void setDiagram(Diagram value)
Sets the value of the 'Diagram' reference.

Parameters:
value - the new value of the 'Diagram' reference.
See Also:
getDiagram()
** Generated **

Modelers

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.