Uses of Class
ou3.Map

Uses of Map in ou3
 

Fields in ou3 declared as Map
private  Map Node.map
          Map containing this node.
 

Constructors in ou3 with parameters of type Map
Node(Position position, Map map)
          Constructor, creates a node given a position which will be its identifier and the map which knows about all of the nodes.