Modelers

org.topcased.modeler.di.model
Interface GraphNode

All Superinterfaces:
DiagramElement, EModelElement, EObject, GraphElement, Notifier
All Known Subinterfaces:
Diagram

public interface GraphNode
extends GraphElement

A representation of the model object 'Graph Node'.

The following features are supported:

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

Field Summary
static java.lang.String copyright
           
 
Method Summary
 org.eclipse.draw2d.geometry.Dimension getSize()
          Returns the value of the 'Size' attribute
 void setSize(org.eclipse.draw2d.geometry.Dimension value)
          Sets the value of the 'Size' attribute.
 
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

copyright

static final java.lang.String copyright

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

getSize

org.eclipse.draw2d.geometry.Dimension getSize()
Returns the value of the 'Size' attribute.

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

Returns:
the value of the 'Size' attribute.
See Also:
setSize(Dimension), DiagramInterchangePackage.getGraphNode_Size()
** Generated **
Model:
dataType="org.topcased.modeler.di.model.Dimension"

setSize

void setSize(org.eclipse.draw2d.geometry.Dimension value)
Sets the value of the 'Size' attribute.

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

Modelers

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