Public Member Functions | |
ArrayChildren (ChildrenListManager manager) | |
void | refreshOrdering () |
ChildrenManager | getChildrenManager () |
GPNode | findChildByName (String name) |
GPNode | getParentNode () |
void | addNode (GPNode node) |
void | addNodes (GPNode[] gpNodes) |
boolean | removeNode (GPNode node) |
boolean | removeNodes (GPNode[] gpNodes) |
void | clear () |
Iterator | iterator () |
Protected Member Functions | |
void | addNotify () |
void | removeNotify () |
Private Attributes | |
ChildrenListManager | manager |
final Node[] | nodeArray = new Node[1] |
|
|
|
Adds the new node to this list
Implements cern::gp::nodes::children::NodeList.
|
|
Adds all nodes in the given array to this list
Implements cern::gp::nodes::children::NodeList.
|
|
|
|
Removes all nodes from this collection Implements cern::gp::nodes::children::NodeCollection.
|
|
Finds a child node by name.
Implements cern::gp::nodes::children::NodeCollection.
|
|
Returns the
Implements cern::gp::nodes::children::NodeCollection.
|
|
Gets the parent node of this collection of children
Implements cern::gp::nodes::children::NodeCollection.
|
|
Returns an iterator over the nodes in this list in proper sequence.
Implements cern::gp::nodes::children::NodeList.
|
|
Signal this collection that it should refresh the ordering of its member using the sorting mecanism already in place. This method should only be called in the case the collection is ordered and the ordering criteria has been dynamically updated. The method should not have any effect in case the collection is not already sorted. Implements cern::gp::nodes::children::NodeCollection.
|
|
Removes the node from this list
Implements cern::gp::nodes::children::NodeList.
|
|
Removes all nodes from this list
Implements cern::gp::nodes::children::NodeList.
|
|
|
|
|
|
|