dagCreateNode
dagCreateNode(t_nodeName w_class) =>w_node/nil
Description
Creates a dagNode and returns it.
Arguments
|
Name of the node. The name of each node must be unique among all its siblings. |
|
|
Class of this node as returned by dagCreateClass. |
Value Returned
Related Topics
Return to top