Package de.kosi.model.tournament

de.kosi.model.tournament contains all classes representing the entities that belong to a tournament of Bridge.

See:
          Description

Interface Summary
MatchCallback This interface is used to inform the tournament of something that cannot be handled by the match itself.
Movement This is the interface to movements for Bridge tournaments.
PairTournament PairTournament implements a tournament for pairs of players.
Tournament This is the interface to a tournament of Bridge.
TournamentConfiguration  
TournamentListener An TournamentListener is informed about important events to the tournament.
 

Class Summary
KosiMovement This is the implementation of a simple Bridge-movement.
Match This class represents a pairing of two pairs and the boards to be played by them.
Pair This is the KoSI internal representation of a pair of two UserImpls.
PairResult Result of an Pair Tournament.
PairTournamentConfiguration  
PairTournamentImpl This class is the implementation of a pair tournament.
TournamentAdapter An Adapter for the TournamentListener.
TournamentImpl This class implements the Tournament interface.
 

Exception Summary
TournamentException This exception is thrown by a method of the Tournament interface.
 

Package de.kosi.model.tournament Description

de.kosi.model.tournament contains all classes representing the entities that belong to a tournament of Bridge.