|
Modelers | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GraphConnector
A representation of the model object 'Graph Connector'.
The following features are supported:
DiagramInterchangePackage.getGraphConnector()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
EList<GraphEdge> |
getGraphEdge()
Returns the value of the 'Graph Edge' reference list. |
GraphElement |
getGraphElement()
Returns the value of the 'Graph Element' container reference. |
org.eclipse.draw2d.geometry.Point |
getPosition()
Returns the value of the 'Position' attribute |
boolean |
isVisible()
|
void |
setGraphElement(GraphElement value)
Sets the value of the ' Graph Element ' container reference |
void |
setPosition(org.eclipse.draw2d.geometry.Point value)
Sets the value of the ' Position ' attribute |
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.getGraphConnector_Position()
void setPosition(org.eclipse.draw2d.geometry.Point value)
Position
' attribute.
value
- the new value of the 'Position' attribute.getPosition()
EList<GraphEdge> getGraphEdge()
GraphEdge
.
It is bidirectional and its opposite is 'Anchor
'.
If the meaning of the 'Graph Edge' reference list isn't clear, there really should be more of a description here...
DiagramInterchangePackage.getGraphConnector_GraphEdge()
,
GraphEdge.getAnchor()
GraphElement getGraphElement()
Anchorage
'.
If the meaning of the 'Graph Element' container reference isn't clear, there really should be more of a description here...
setGraphElement(GraphElement)
,
DiagramInterchangePackage.getGraphConnector_GraphElement()
,
GraphElement.getAnchorage()
void setGraphElement(GraphElement value)
Graph Element
' container reference.
value
- the new value of the 'Graph Element' container reference.getGraphElement()
boolean isVisible()
|
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.