java.lang.Object
game.Node
public class Node
extends java.lang.Object
void
addLink(Node n, int t)
Link[]
getLinks()
int
getPosition()
public void addLink(Node n, int t)
Initializes the Links of the Node object
public Link[] getLinks()
Returns the links of the node
public int getPosition()
Returns the position of this node