de.kosi.model.game
Class Contract

java.lang.Object
  |
  +--de.kosi.model.game.Contract
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NoContract, SuitContract

public abstract class Contract
extends java.lang.Object
implements java.io.Serializable

Abstract Contract. The Contract is the result of the bidding. All contracts are Serializable.

ChangeLog:

 
 $Log: Contract.java,v $
 Revision 1.1.1.1  2001/04/29 18:05:18  jiriki
 Imported sources from zola.

 Revision 1.3  2001/03/22 16:40:46  wombat
 - Updated ant to 1.3
 - Removed bugs in GameImpl and StressClient

 Revision 1.2  2001/02/27 14:43:14  wombat
 Updated documentation.

 

Version:
$Revision: 1.1.1.1 $ ($Date: 2001/04/29 18:05:18 $)
Author:
Timo, Niklas, Ole
See Also:
Serialized Form

Constructor Summary
Contract()
          Creates a new Contract.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Contract

public Contract()
Creates a new Contract.