Package org.eclipse.epf.uma
Interface GraphNode
- All Superinterfaces:
DiagramElement
,Element
,org.eclipse.emf.ecore.EObject
,GraphElement
,MethodElement
,NamedElement
,org.eclipse.emf.common.notify.Notifier
,PackageableElement
- All Known Subinterfaces:
Diagram
- All Known Implementing Classes:
DiagramImpl
,GraphNodeImpl
public interface GraphNode extends GraphElement
A representation of the model object 'Graph Node'.
The following features are supported:
- See Also:
UmaPackage.getGraphNode()
-
Method Summary
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
-
getSize
Dimension getSize()Returns the value of the 'Size' reference.- Returns:
- the value of the 'Size' reference.
- See Also:
setSize(Dimension)
,UmaPackage.getGraphNode_Size()
-
setSize
Sets the value of the 'Size
' reference.- Parameters:
value
- the new value of the 'Size' reference.- See Also:
getSize()
-