- receiveMessage(Message) - Method in class ou4.Node
-
Takes a message into the nodes job queue
- Route - Class in ou4
-
Keeps track of the distance to a destination node and
the next node towards it, in the two-dimensional field.
- Route(int, int, Node) - Constructor for class ou4.Route
-
Constructor for the route.
- RouteTest - Class in ou4.tests
-
- RouteTest() - Constructor for class ou4.tests.RouteTest
-
- RoutingTester - Class in ou4
-
Class to run roumour routing test.
- RoutingTester() - Constructor for class ou4.RoutingTester
-
Initialize environment to be run.
- runRouting() - Method in class ou4.RoutingTester
-