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.
Duplicates the object, which triggers recursive duplication of all connected objects. To be used on root nodes only.
Recursively generates a list of all nodes connected to this root node, both directly and indirectly.
Returns the list of connections from this node.
Mutates the object, which triggers recursive mutation of all connected objects. To be used on root nodes only.
Initiates a recursive printing of all connected objects in the graph.