#import <ShortestRouteAgent.h>
Protected Attributes | |
CCArray * | routes |
Route * | currentRoute |
Route * | optimumRoute |
int | optimumRouteIndex |
Definition at line 15 of file ShortestRouteAgent.h.
- (Route*) currentRoute [protected] |
Definition at line 19 of file ShortestRouteAgent.h.
- (Route*) optimumRoute [protected] |
Definition at line 22 of file ShortestRouteAgent.h.
- (int) optimumRouteIndex [protected] |
Definition at line 23 of file ShortestRouteAgent.h.
- (CCArray*) routes [protected] |
Definition at line 18 of file ShortestRouteAgent.h.