de.kosi.model.game
Class NoContract

java.lang.Object
  |
  +--de.kosi.model.game.Contract
        |
        +--de.kosi.model.game.NoContract
All Implemented Interfaces:
java.io.Serializable

public class NoContract
extends Contract

This Contract indicates that there is no contract (passed four times at the beginning of the bidding).

ChangeLog:

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

 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
NoContract()
          Create no new contract.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoContract

public NoContract()
Create no new contract.