Class
caplin.presenter.node

Nodes

A class used to hold collections of nodes, and providing utility methods for performing operations over those collections.

Constructor Summary

Attributes Name and Description
caplin.presenter.node.Nodes(Array pNodes)

Constructs a new Nodes instance containing the given list of caplin.presenter.node.PresentationNode objects.

Method Summary

Attributes Name and Description
Array getNodesArray()

Returns the underlying array this collection is built from.

caplin.presenter.property.Properties properties()

Returns all properties for the nodes within this collection.

Constructor Detail

caplin.presenter.node.Nodes(Array pNodes)

Constructs a new Nodes instance containing the given list of caplin.presenter.node.PresentationNode objects.

Parameters
Array pNodes (optional) The set of nodes.

Method Detail

Array getNodesArray()

Returns the underlying array this collection is built from.

caplin.presenter.property.Properties properties()

Returns all properties for the nodes within this collection.