Uses of Package
ks.domain

Packages that use ks.domain
ks.client.interfaces All interfaces in this package are pre-defined contracts between the various system components that exist within the KombatSolitaire Client. 
ks.common.view Core set of classes needed to properly view KombatSolitaire Plugins. 
ks.domain All classes within this package form the core set of concepts within the KombatSolitaire domain. 
ks.server.interfaces All interfaces in this package are pre-defined contracts between the various system components that exist within the KombatSolitaire Server. 
 

Classes in ks.domain used by ks.client.interfaces
Status
          Encapsulates the status of a game as it is being played.
Table
          Represents a Solitaire Table
 

Classes in ks.domain used by ks.common.view
Status
          Encapsulates the status of a game as it is being played.
 

Classes in ks.domain used by ks.domain
GameResult
          Class to represent the result of a solitaire competition.
Status
          Encapsulates the status of a game as it is being played.
Table
          Represents a Solitaire Table
 

Classes in ks.domain used by ks.server.interfaces
GameResult
          Class to represent the result of a solitaire competition.
Table
          Represents a Solitaire Table