Modelers

org.topcased.modeler.di.model
Interface GraphConnector

All Superinterfaces:
EModelElement, EObject, Notifier

public interface GraphConnector
extends EModelElement

A representation of the model object 'Graph Connector'.

The following features are supported:

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

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

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.getGraphConnector_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 **

getGraphEdge

EList<GraphEdge> getGraphEdge()
Returns the value of the 'Graph Edge' reference list. The list contents are of type 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...

Returns:
the value of the 'Graph Edge' reference list.
See Also:
DiagramInterchangePackage.getGraphConnector_GraphEdge(), GraphEdge.getAnchor()
** Generated **
Model:
type="org.topcased.modeler.di.model.GraphEdge" opposite="anchor"

getGraphElement

GraphElement getGraphElement()
Returns the value of the 'Graph Element' container reference. It is bidirectional and its opposite is 'Anchorage'.

If the meaning of the 'Graph Element' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Graph Element' container reference.
See Also:
setGraphElement(GraphElement), DiagramInterchangePackage.getGraphConnector_GraphElement(), GraphElement.getAnchorage()
** Generated **
Model:
opposite="anchorage" required="true"

setGraphElement

void setGraphElement(GraphElement value)
Sets the value of the 'Graph Element' container reference.

Parameters:
value - the new value of the 'Graph Element' container reference.
See Also:
getGraphElement()
** Generated **

isVisible

boolean isVisible()

** Generated **
Model:
kind="operation" required="true"

Modelers

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