#include <reservationProvider.h>
Inheritance diagram for reservationProvider:

Public Member Functions | |
| virtual | ~reservationProvider () |
| virtual bool | nodeOccupied (node *)=0 |
| virtual bool | canMove (node *from, node *to, double startTime, unit *)=0 |
| virtual bool | reserveMove (node *from, node *to, double startTime, unit *)=0 |
| virtual bool | clearMove (node *from, node *to, double startTime, unit *)=0 |
| virtual void | clearAllReservations ()=0 |
|
|
|
|
||||||||||||||||||||
|
Implemented in unitSimulation. |
|
|
Implemented in unitSimulation. |
|
||||||||||||||||||||
|
Implemented in unitSimulation. |
|
|
Implemented in unitSimulation. |
|
||||||||||||||||||||
|
Implemented in unitSimulation. |
1.3.4