rootNode
The decision node at the root of the decision tree, representing the first attribute to test.
Declaration
var rootNode: GKDecisionNode? { get }Discussion
To build a manually defined tree, use GKDecisionNode methods on that object to create branches leading to child nodes that represent additional attributes to test or final actions.