Package org.eclipse.epf.diagram.model
Interface NodeContainer
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,LinkedObject,Node,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
ActivityDetailDiagram,ActivityDiagram,Diagram,RoleTaskComposite,WorkProductComposite,WorkProductDependencyDiagram
- All Known Implementing Classes:
ActivityDetailDiagramImpl,ActivityDiagramImpl,DiagramImpl,NodeContainerImpl,RoleTaskCompositeImpl,WorkProductCompositeImpl,WorkProductDependencyDiagramImpl
public interface NodeContainer extends Node
A representation of the model object 'Node Container'.
The following features are supported:
- See Also:
ModelPackage.getNodeContainer()
-
Method Summary
Modifier and Type Method Description org.eclipse.emf.common.util.EListgetNodes()Returns the value of the 'Nodes' containment reference list.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.epf.diagram.model.LinkedObject
getLinkedElement, getObject, setLinkedElement, setObjectMethods inherited from interface org.eclipse.epf.diagram.model.Node
getHeight, getIncomingConnections, getLocation, getOutgoingConnections, getWidth, isReadOnly, setHeight, setLocation, setReadOnly, setWidthMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getNodes
org.eclipse.emf.common.util.EList getNodes()Returns the value of the 'Nodes' containment reference list. The list contents are of typeNode.- Returns:
- the value of the 'Nodes' containment reference list.
- See Also:
ModelPackage.getNodeContainer_Nodes()
-