org.omg.uml.diagraminterchange
Interface DiagramLink

All Superinterfaces:
javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject

public interface DiagramLink
extends javax.jmi.reflect.RefObject

DiagramLink object instance interface.


Method Summary
 Diagram getDiagram()
          Returns the value of reference diagram.
 GraphElement getGraphElement()
          Returns the value of reference graphElement.
 Point getViewport()
          Returns the value of attribute viewport.
 double getZoom()
          Returns the value of attribute zoom.
 void setDiagram(Diagram newValue)
          Sets the value of reference diagram.
 void setGraphElement(GraphElement newValue)
          Sets the value of reference graphElement.
 void setViewport(Point newValue)
          Sets the value of viewport attribute.
 void setZoom(double newValue)
          Sets the value of zoom attribute.
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

getZoom

public double getZoom()
Returns the value of attribute zoom.

Returns:
Value of attribute zoom.

setZoom

public void setZoom(double newValue)
Sets the value of zoom attribute. See getZoom() for description on the attribute.

Parameters:
newValue - New value to be set.

getViewport

public Point getViewport()
Returns the value of attribute viewport.

Returns:
Value of attribute viewport.

setViewport

public void setViewport(Point newValue)
Sets the value of viewport attribute. See getViewport() for description on the attribute.

Parameters:
newValue - New value to be set.

getGraphElement

public GraphElement getGraphElement()
Returns the value of reference graphElement.

Returns:
Value of reference graphElement.

setGraphElement

public void setGraphElement(GraphElement newValue)
Sets the value of reference graphElement. See getGraphElement() for description on the reference.

Parameters:
newValue - New value to be set.

getDiagram

public Diagram getDiagram()
Returns the value of reference diagram.

Returns:
Value of reference diagram.

setDiagram

public void setDiagram(Diagram newValue)
Sets the value of reference diagram. See getDiagram() for description on the reference.

Parameters:
newValue - New value to be set.