- Edge - Class in game
-
Class Edge in ShippingGame allows creation of the connections between Nodes
along which Trucks can travel.
- EFFICIENT_SPEED - Static variable in class game.Truck
-
Most efficient length/frame speed that a truck can travel, in terms of
total cost for traveling a given length.
- equals(Object) - Method in class game.Edge
-
Return true iff this edge and e are equal.
- equals(Object) - Method in class game.Node
-
Return true iff n is a Node and is equal to this one.
- equals(Object) - Method in class game.Vector
-
Return true iff ob is a Vector and is equal to this one.