GADirectedGraphNode is a node in a directed graph. It is a subclass of GADirectedGraphParameterObject which can be used to associate it with a set of parameters.
Makes a connection to child with the parameter list plist.
Initiates a recursive freeing of this object and all connected objects, both directly and indiretly connected.
Recursively generates a list of all nodes connected to this root node, both directly and indirectly.
Returns the list of connections from this node.
Makes a connection to child with an empty parameter list.