#import <DecisionTreeAgent.h>
Protected Attributes | |
TreeState * | levelTree |
TreeState * | currentState |
Action | currentAction |
CCArray * | optimumRoute |
int | optimumRouteIndex |
Definition at line 15 of file DecisionTreeAgent.h.
- (Action) currentAction [protected] |
Definition at line 20 of file DecisionTreeAgent.h.
- (TreeState*) currentState [protected] |
Definition at line 19 of file DecisionTreeAgent.h.
Definition at line 18 of file DecisionTreeAgent.h.
- (CCArray*) optimumRoute [protected] |
Definition at line 22 of file DecisionTreeAgent.h.
- (int) optimumRouteIndex [protected] |
Definition at line 23 of file DecisionTreeAgent.h.