Modelers

org.topcased.modeler.di.model
Interface GraphElement

All Superinterfaces:
DiagramElement, EModelElement, EObject, Notifier
All Known Subinterfaces:
Diagram, GraphEdge, GraphNode

public interface GraphElement
extends DiagramElement

A representation of the model object 'Graph Element'.

The following features are supported:

See Also:
DiagramInterchangePackage.getGraphElement()
** Generated **
Model:
abstract="true"

Field Summary
static java.lang.String copyright
           
 
Method Summary
 EList<GraphConnector> getAnchorage()
          Returns the value of the 'Anchorage' containment reference list.
 EList<DiagramElement> getContained()
          Returns the value of the 'Contained' containment reference list.
 EList<DiagramLink> getLink()
          Returns the value of the 'Link' containment reference list.
 org.eclipse.draw2d.geometry.Point getPosition()
          Returns the value of the 'Position' attribute
 SemanticModelBridge getSemanticModel()
          Returns the value of the 'Semantic Model' containment reference.
 void setPosition(org.eclipse.draw2d.geometry.Point value)
          Sets the value of the 'Position' attribute
 void setSemanticModel(SemanticModelBridge value)
          Sets the value of the 'Semantic Model' containment reference
 
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

getPosition

org.eclipse.draw2d.geometry.Point getPosition()
Returns the value of the 'Position' attribute.

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

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

setPosition

void setPosition(org.eclipse.draw2d.geometry.Point value)
Sets the value of the 'Position' attribute.

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

getAnchorage

EList<GraphConnector> getAnchorage()
Returns the value of the 'Anchorage' containment reference list. The list contents are of type GraphConnector. It is bidirectional and its opposite is 'Graph Element'.

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

Returns:
the value of the 'Anchorage' containment reference list.
See Also:
DiagramInterchangePackage.getGraphElement_Anchorage(), GraphConnector.getGraphElement()
** Generated **
Model:
type="org.topcased.modeler.di.model.GraphConnector" opposite="graphElement" containment="true"

getSemanticModel

SemanticModelBridge getSemanticModel()
Returns the value of the 'Semantic Model' containment reference. It is bidirectional and its opposite is 'Graph Element'.

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

Returns:
the value of the 'Semantic Model' containment reference.
See Also:
setSemanticModel(SemanticModelBridge), DiagramInterchangePackage.getGraphElement_SemanticModel(), SemanticModelBridge.getGraphElement()
** Generated **
Model:
opposite="graphElement" containment="true" required="true"

setSemanticModel

void setSemanticModel(SemanticModelBridge value)
Sets the value of the 'Semantic Model' containment reference.

Parameters:
value - the new value of the 'Semantic Model' containment reference.
See Also:
getSemanticModel()
** Generated **

getContained

EList<DiagramElement> getContained()
Returns the value of the 'Contained' containment reference list. The list contents are of type DiagramElement. It is bidirectional and its opposite is 'Container'.

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

Returns:
the value of the 'Contained' containment reference list.
See Also:
DiagramInterchangePackage.getGraphElement_Contained(), DiagramElement.getContainer()
** Generated **
Model:
type="org.topcased.modeler.di.model.DiagramElement" opposite="container" containment="true"

getLink

EList<DiagramLink> getLink()
Returns the value of the 'Link' containment reference list. The list contents are of type DiagramLink. It is bidirectional and its opposite is 'Graph Element'.

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

Returns:
the value of the 'Link' containment reference list.
See Also:
DiagramInterchangePackage.getGraphElement_Link(), DiagramLink.getGraphElement()
** Generated **
Model:
type="org.topcased.modeler.di.model.DiagramLink" opposite="graphElement" containment="true"

Modelers

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