- add(T, double) - Method in interface game.MinHeap
-
Add t with priority p to the Heap.
- addQuotes(String) - Static method in class game.Main
-
Return s with quotes added around it.
- addToTravel(Edge) - Method in class game.Truck
-
Add road r to this Truck's travel plans, in a fashion that prevents
thread collision.
- addVector(Vector) - Method in class game.Vector
-
Add v's components to this vector and
return this Vector
- allTrucksAreAtDepot() - Method in class game.Board
-
Return true iff all alive Trucks in this board are currently on the Truck Depot node.