|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface of a route management.
| Field Summary | |
static int |
NOTADDABLE
Indicates that an order can't be added to the current route of the shuttle. |
| Method Summary | |
int |
addOrder(ExtendedOrder eo,
int curTime)
Adds an order to the current route of the shuttle. |
void |
connectionDisabled(int start,
int dest,
int disTime,
int curTime)
Reacts on disabling of a connection by waiting for reenabling or by calculation of an roundabout route. |
void |
removeOrder(de.upb.swtpra.kernel.id.OrderID id)
Removes all tasks which belong to the order id from the current route of the shuttle. |
| Field Detail |
public static final int NOTADDABLE
| Method Detail |
public int addOrder(ExtendedOrder eo,
int curTime)
eo - The extended order to be added to the route.curTime - The current time at which the order will be added
public void removeOrder(de.upb.swtpra.kernel.id.OrderID id)
id - The order to be removed from the current route of the shuttle
public void connectionDisabled(int start,
int dest,
int disTime,
int curTime)
start - The start station of the disabled connectiondest - The destination station of the disable connectiondisTime - The time until the connection is disabledcurTime - The current time
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||