Go to the documentation of this file.
12 #ifndef RESERVATIONPROVIDER_H
13 #define RESERVATIONPROVIDER_H
39 virtual bool canMove(
node *from,
node *to,
double startTime, unit *) = 0;
virtual bool reserveMove(node *from, node *to, double startTime, unit *)=0
virtual ~reservationProvider()
virtual void clearAllReservations()=0
virtual bool canMove(node *from, node *to, double startTime, unit *)=0
virtual bool nodeOccupied(node *)=0
virtual bool clearMove(node *from, node *to, double startTime, unit *)=0
Nodes to be stored within a Graph.