Package ks.domain

All classes within this package form the core set of concepts within the KombatSolitaire domain.

See:
          Description

Class Summary
GameResult Class to represent the result of a solitaire competition.
GameStat Statistic of the result of an individual's performance on a game.
Match Used to calculate and record the top score in any game.
Protocol Maintains Client and Server communication protocol information.
Status Encapsulates the status of a game as it is being played.
Table Represents a Solitaire Table
 

Package ks.domain Description

All classes within this package form the core set of concepts within the KombatSolitaire domain. In particular, commands and messages sent between the Server and Client may freely make use of any classes within this package. Classes will not be changed once published. Only additional classes may be added into the package.