These pages are auto-generated from self-documenting comments embedded in class files.
For more information on breve and steve, refer to the breve homepage.

GADirectedGraphParameterObject : GADirectedGraphNode

Class description:

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.

Methods:

  • connect
  • destroyConnectedObjects
  • duplicate
  • getConnectedNodes
  • getConnections
  • internalDestroyConnectedObjects
  • internalGetConnectedNodes
  • printConnectedObjects
  • xconnect
    connect( self, child, plist )

    Makes a connection to child with the parameter list plist.


    destroyConnectedObjects( self )

    Initiates a recursive freeing of this object and all connected objects, both directly and indiretly connected.


    duplicate( self, seenhash )


    getConnectedNodes( self )

    Recursively generates a list of all nodes connected to this root node, both directly and indirectly.


    getConnections( self )

    Returns the list of connections from this node.


    internalDestroyConnectedObjects( self, seenhash )


    internalGetConnectedNodes( self, seenhash, seenlist )


    printConnectedObjects( self, seenhash )


    xconnect( self, child )

    Makes a connection to child with an empty parameter list.