de.spieleck.game.numfield
Class NumfieldState

java.lang.Object
  |
  +--de.spieleck.game.base.GameStateBase
        |
        +--de.spieleck.game.numfield.NumfieldState
All Implemented Interfaces:
GameBean, GamePersist, GameState, PlayerCollection, ReadablePlayerCollection, java.io.Serializable, VisibleGameState

public abstract class NumfieldState
extends GameStateBase

State of an numfield game. XXX This is not an abstract class this class is not finished coding yet!

See Also:
Serialized Form

Method Summary
 boolean canJoin(GamePlayer p)
          can join, can be matter rights, roles, game rules or whatever.
 boolean canLeave(GamePlayer p)
          can leave, can be matter rights, roles, game rules or whatever.
 
Methods inherited from class de.spieleck.game.base.GameStateBase
getGameRule, getGameRuleCustomizer, getPlayerCount, getPlayers, isIn, join, leave, setGameCustomizer, setGameRule, setPlayers
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface de.spieleck.game.base.GameState
createMove, doTurn, getVisibleGameState, setPlayerMove
 

Method Detail

canLeave

public boolean canLeave(GamePlayer p)
Description copied from interface: PlayerCollection
can leave, can be matter rights, roles, game rules or whatever.

canJoin

public boolean canJoin(GamePlayer p)
Description copied from interface: PlayerCollection
can join, can be matter rights, roles, game rules or whatever.


gameframe project