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 Details

    • getNodes

      org.eclipse.emf.common.util.EList getNodes()
      Returns the value of the 'Nodes' containment reference list. The list contents are of type Node.
      Returns:
      the value of the 'Nodes' containment reference list.
      See Also:
      ModelPackage.getNodeContainer_Nodes()