Uses of Class
de.upb.swtpra05.group03.shuttle.GraphEdge

Packages that use GraphEdge
de.upb.swtpra05.group03.shuttle   
 

Uses of GraphEdge in de.upb.swtpra05.group03.shuttle
 

Methods in de.upb.swtpra05.group03.shuttle that return GraphEdge
 GraphEdge NavigationInterface.getEdge(GraphNode start, GraphNode dest)
          Returns the execution graph edge between start and destination.
 GraphEdge Navigation.getEdge(GraphNode start, GraphNode destination)
           
 

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)