Uses of Package
cs4099

Classes in cs4099 used by cs4099
Card
          This class represents an individual playing card, which can have one of four suits and one of thirteen values.
Move
          A Move is a specification of a move made, including the ID values of the source and target piles along with a copy of the card that was moved.
Pile
          A class that represents a pile in a Solitaire game.
State
          This class represents a collection of Piles - it holds a specific state in a Solitaire game.