| Methods in de.upb.swtpra05.group03.shuttle with parameters of type GraphEdge |
TaskPlanInterface |
NavigationInterface.getShortestBetween(GraphNode start,
GraphNode dest,
de.upb.swtpra.kernel.id.OrderID id,
GraphEdge not)
Returns the shortest taskplan between start and destination without use
of edge dontUse. |
TaskPlanInterface |
NavigationInterface.getShortestBetween(GraphNode start,
GraphNode dest,
de.upb.swtpra.kernel.id.OrderID id,
GraphEdge not,
boolean roundAbout,
int curTime)
|
TaskPlanInterface |
Navigation.getShortestBetween(GraphNode start,
GraphNode destination,
de.upb.swtpra.kernel.id.OrderID orderId,
GraphEdge dontUse)
|
TaskPlanInterface |
Navigation.getShortestBetween(GraphNode start,
GraphNode destination,
de.upb.swtpra.kernel.id.OrderID orderId,
GraphEdge dontUse,
boolean roundAbout,
int currentTime)
|
void |
GraphNode.addEdge(GraphEdge ege)
|
void |
GraphNode.remEdge(GraphEdge ege)
|