Uses of Class
cs4099.Move

Uses of Move in cs4099
 

Methods in cs4099 that return Move
 Move[] State.findValidMoves()
          Finds and returns all the valid moves from this state.
 

Methods in cs4099 with parameters of type Move
 boolean Move.equals(Move othermove)
          Compares this Move to another, returning true if the moves are equal.