Package org.eclipse.epf.uma
Interface GraphConnector
- All Superinterfaces:
DiagramElement
,Element
,org.eclipse.emf.ecore.EObject
,GraphElement
,MethodElement
,NamedElement
,org.eclipse.emf.common.notify.Notifier
,PackageableElement
- All Known Implementing Classes:
GraphConnectorImpl
public interface GraphConnector extends GraphElement
A representation of the model object 'Graph Connector'.
The following features are supported:
- See Also:
UmaPackage.getGraphConnector()
-
Method Summary
Modifier and Type Method Description org.eclipse.emf.common.util.EList<GraphEdge>
getGraphEdge()
Returns the value of the 'Graph Edge' reference list.GraphElement
getGraphElement()
Returns the value of the 'Graph Element' container reference.void
setGraphElement(GraphElement value)
Sets the value of the 'Graph Element
' container reference.Methods inherited from interface org.eclipse.epf.uma.DiagramElement
getContainer, getIsVisible, getProperty, getReference, setContainer, setIsVisible
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.epf.uma.GraphElement
getAnchorage, getContained, getLink, getPosition, getSemanticModel, setPosition, setSemanticModel
Methods inherited from interface org.eclipse.epf.uma.MethodElement
getBriefDescription, getGuid, getKind, getMethodElementProperty, getOrderingGuide, getOwnedRules, getPresentationName, getSuppressed, setBriefDescription, setGuid, setOrderingGuide, setPresentationName, setSuppressed
Methods inherited from interface org.eclipse.epf.uma.NamedElement
getName, setName
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getGraphEdge
org.eclipse.emf.common.util.EList<GraphEdge> getGraphEdge()Returns the value of the 'Graph Edge' reference list. The list contents are of typeGraphEdge
. It is bidirectional and its opposite is 'Anchor
'.- Returns:
- the value of the 'Graph Edge' reference list.
- See Also:
UmaPackage.getGraphConnector_GraphEdge()
,GraphEdge.getAnchor()
-
getGraphElement
GraphElement getGraphElement()Returns the value of the 'Graph Element' container reference. It is bidirectional and its opposite is 'Anchorage
'.- Returns:
- the value of the 'Graph Element' container reference.
- See Also:
setGraphElement(GraphElement)
,UmaPackage.getGraphConnector_GraphElement()
,GraphElement.getAnchorage()
-
setGraphElement
Sets the value of the 'Graph Element
' container reference.- Parameters:
value
- the new value of the 'Graph Element' container reference.- See Also:
getGraphElement()
-