A C D E G H I M N O P Q R S T U W X Y

M

Map - Class in ou3
A map consisting of a matrix of nodes.
Map(int, int) - Constructor for class ou3.Map
Creates a map.
map - Variable in class ou3.Node
Map containing this node.
markAsVisited(Node) - Method in class ou3.Message
Mark input node as visited, that is, put it in the hash table of visited nodes.
maxSteps - Variable in class ou3.Message
The maximum number of steps the message is allowed to take.
Message - Class in ou3
Abstract class, contains a message that is movable.
Message(int, Node) - Constructor for class ou3.Message
Constructor, creates a message given the maximum number of steps the message is allowed to take and the node that created it.
moveToNextNode() - Method in class ou3.Agent
Moves the agent to a node adjacent to its current position that the agent has not visited, if the agent has visited all adjacent nodes it will choose one by random.
moveToNextNode() - Method in class ou3.Request
Moves the request to the next node, getting the new node in a few different ways depending on its current situation.

A C D E G H I M N O P Q R S T U W X Y