|
Modelers | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Diagram
A representation of the model object 'Diagram'.
The following features are supported:
DiagramInterchangePackage.getDiagram()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
EList<DiagramLink> |
getDiagramLink()
Returns the value of the 'Diagram Link' reference list. |
java.lang.String |
getName()
Returns the value of the 'Name' attribute |
org.eclipse.draw2d.geometry.Point |
getViewport()
Returns the value of the 'Viewport' attribute |
double |
getZoom()
Returns the value of the 'Zoom' attribute. |
void |
setName(java.lang.String value)
Sets the value of the ' Name ' attribute.
|
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.topcased.modeler.di.model.GraphNode |
---|
getSize, setSize |
Methods inherited from interface org.topcased.modeler.di.model.GraphElement |
---|
getAnchorage, getContained, getLink, getPosition, getSemanticModel, setPosition, setSemanticModel |
Methods inherited from interface org.topcased.modeler.di.model.DiagramElement |
---|
getContainer, getProperty, getReference, isVisible, setContainer, setVisible |
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 |
---|
static final java.lang.String copyright
Method Detail |
---|
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
DiagramInterchangePackage.getDiagram_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
double getZoom()
"1.0"
.
If the meaning of the 'Zoom' attribute isn't clear, there really should be more of a description here...
setZoom(double)
,
DiagramInterchangePackage.getDiagram_Zoom()
void setZoom(double value)
Zoom
' attribute.
value
- the new value of the 'Zoom' attribute.getZoom()
org.eclipse.draw2d.geometry.Point getViewport()
If the meaning of the 'Viewport' attribute isn't clear, there really should be more of a description here...
setViewport(Point)
,
DiagramInterchangePackage.getDiagram_Viewport()
void setViewport(org.eclipse.draw2d.geometry.Point value)
Viewport
' attribute.
value
- the new value of the 'Viewport' attribute.getViewport()
EList<DiagramLink> getDiagramLink()
DiagramLink
.
It is bidirectional and its opposite is 'Diagram
'.
If the meaning of the 'Diagram Link' reference list isn't clear, there really should be more of a description here...
DiagramInterchangePackage.getDiagram_DiagramLink()
,
DiagramLink.getDiagram()
|
Modelers | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.