Jacson

de.spieleck.app.turn
Interface Game

All Known Implementing Classes:
GameImpl, GameResult

public interface Game

A Game represents a single game or table or seating, that is the atomic unit of Splitting the Tournament Scheduling. Note there is no special object modelling a "round" since this is currently simply considered an Array Game[].

$URL: https://svn.sourceforge.net/svnroot/jtourney/src/de/spieleck/app/turn/Game.java $

Version:
$Revision: 2 $ $Date: 2006-03-20 14:33:27 +0100 (Mo, 20 Mrz 2006) $ $Author: nestefan $
Author:
Frank S. Nestel, $Author: nestefan $

Method Summary
 boolean contains(Player p)
           
 int getId()
           
 java.util.Iterator<Player> players()
           
 int size()
           
 

Method Detail

contains

boolean contains(Player p)

size

int size()

getId

int getId()

players

java.util.Iterator<Player> players()

spieleck.de