Uses of Class
klaus.chess.party.PartyNode

Packages that use PartyNode
klaus.chess.party   
 

Uses of PartyNode in klaus.chess.party
 

Fields in klaus.chess.party declared as PartyNode
private  PartyNode Party.lastNode
          A reference to the last node of PV
private  PartyNode Party.root
          The party root node
private  PartyNode Party.varNode
          The node before lastNode, that is the node where variations are added
 

Fields in klaus.chess.party with type parameters of type PartyNode
private  Vector<PartyNode> PartyNode.nextMoves
          A vector containing all possible next moves ( that is, all variants including the pv)
 

Methods in klaus.chess.party that return PartyNode
 PartyNode PartyNode.getPV()
           
 

Methods in klaus.chess.party with parameters of type PartyNode
 void PartyNode.addPV(PartyNode next)
          Adds a new variant and makes it PV
 void PartyNode.addVariant(PartyNode next)
          Add a new variant
 void Party.addVariation(PartyNode variation)
          Adds a variation after the previous pv move