|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GLinkElement
A representation of the model object 'Link'.
The following features are supported:
GcorePackage.getGLinkElement()
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList |
getBendpoints()
Returns the value of the 'Bendpoints' attribute list. |
GRouter |
getRouter()
Returns the value of the 'Router' attribute. |
GNodeElement |
getSource()
Returns the value of the 'Source' reference. |
GNodeElement |
getTarget()
Returns the value of the 'Target' reference. |
void |
setRouter(GRouter value)
Sets the value of the ' Router ' attribute. |
void |
setSource(GNodeElement value)
Sets the value of the ' Source ' reference. |
void |
setTarget(GNodeElement value)
Sets the value of the ' Target ' reference. |
Methods inherited from interface org.eclipse.gmt.umlx.gcore.GModelElement |
---|
getCoModel, getDiagram, getSheet, setCoModel, simpleGetCoModel |
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 |
Method Detail |
---|
GNodeElement getSource()
Outgoing Connections
'.
If the meaning of the 'Source' container reference isn't clear, there really should be more of a description here...
setSource(GNodeElement)
,
GcorePackage.getGLinkElement_Source()
,
GNodeElement.getOutgoingConnections()
void setSource(GNodeElement value)
Source
' reference.
value
- the new value of the 'Source' reference.getSource()
GNodeElement getTarget()
Incoming Connections
'.
If the meaning of the 'Target' reference isn't clear, there really should be more of a description here...
setTarget(GNodeElement)
,
GcorePackage.getGLinkElement_Target()
,
GNodeElement.getIncomingConnections()
void setTarget(GNodeElement value)
Target
' reference.
value
- the new value of the 'Target' reference.getTarget()
org.eclipse.emf.common.util.EList getBendpoints()
AbsoluteBendpoint
.
If the meaning of the 'Bendpoints' attribute list isn't clear, there really should be more of a description here...
GcorePackage.getGLinkElement_Bendpoints()
GRouter getRouter()
"DEFAULT"
.
The literals are from the enumeration GRouter
.
If the meaning of the 'Router' attribute isn't clear, there really should be more of a description here...
GRouter
,
setRouter(GRouter)
,
GcorePackage.getGLinkElement_Router()
void setRouter(GRouter value)
Router
' attribute.
value
- the new value of the 'Router' attribute.GRouter
,
getRouter()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |