Labyrinth
A labyrinth game assignment
host.labyrinth.Node Member List

This is the complete list of members for host.labyrinth.Node, including all inherited members.

addChild(Node child)host.labyrinth.Nodepackage
childrenhost.labyrinth.Nodeprivate
getChildren()host.labyrinth.Nodepackage
getNodeBoard()host.labyrinth.Nodepackage
getNodeDepth()host.labyrinth.Nodepackage
getNodeEvaluation()host.labyrinth.Nodepackage
getNodeMove()host.labyrinth.Nodepackage
getParent()host.labyrinth.Nodepackage
getPath()host.labyrinth.Nodepackage
Node()host.labyrinth.Nodepackage
Node(Node parent, int nodeDepth, int [] nodeMove, Board nodeBoard, double nodeEvaluation)host.labyrinth.Nodepackage
Node(Board nodeBoard)host.labyrinth.Nodepackage
nodeBoardhost.labyrinth.Nodeprivate
nodeDepthhost.labyrinth.Nodeprivate
nodeEvaluationhost.labyrinth.Nodeprivate
nodeMovehost.labyrinth.Nodeprivate
parenthost.labyrinth.Nodeprivate
pathhost.labyrinth.Nodeprivate
setChildren(ArrayList< Node > children)host.labyrinth.Nodepackage
setNodeBoard(Board nodeBoard)host.labyrinth.Nodepackage
setNodeDepth(int nodeDepth)host.labyrinth.Nodepackage
setNodeEvaluation(double nodeEvaluation)host.labyrinth.Nodepackage
setNodeMove(int[] nodeMove)host.labyrinth.Nodepackage
setParent(Node parent)host.labyrinth.Nodepackage
setPath(Node path)host.labyrinth.Nodepackage