|
Modelers | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GraphElement
A representation of the model object 'Graph Element'.
The following features are supported:
DiagramInterchangePackage.getGraphElement()
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 |
---|
static final java.lang.String copyright
Method Detail |
---|
org.eclipse.draw2d.geometry.Point getPosition()
If the meaning of the 'Position' attribute isn't clear, there really should be more of a description here...
setPosition(Point)
,
DiagramInterchangePackage.getGraphElement_Position()
void setPosition(org.eclipse.draw2d.geometry.Point value)
Position
' attribute.
value
- the new value of the 'Position' attribute.getPosition()
EList<GraphConnector> getAnchorage()
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...
DiagramInterchangePackage.getGraphElement_Anchorage()
,
GraphConnector.getGraphElement()
SemanticModelBridge getSemanticModel()
Graph Element
'.
If the meaning of the 'Semantic Model' containment reference isn't clear, there really should be more of a description here...
setSemanticModel(SemanticModelBridge)
,
DiagramInterchangePackage.getGraphElement_SemanticModel()
,
SemanticModelBridge.getGraphElement()
void setSemanticModel(SemanticModelBridge value)
Semantic Model
' containment reference.
value
- the new value of the 'Semantic Model' containment reference.getSemanticModel()
EList<DiagramElement> getContained()
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...
DiagramInterchangePackage.getGraphElement_Contained()
,
DiagramElement.getContainer()
EList<DiagramLink> getLink()
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...
DiagramInterchangePackage.getGraphElement_Link()
,
DiagramLink.getGraphElement()
|
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.