Jacson

Uses of Class
de.spieleck.app.turn.GameResult

Packages that use GameResult
de.spieleck.app.turn   
 

Uses of GameResult in de.spieleck.app.turn
 

Fields in de.spieleck.app.turn declared as GameResult
static GameResult[] FileProxy.NOGAMERESULT
           
 

Methods in de.spieleck.app.turn that return GameResult
 GameResult[] FileProxy.readRound(LineSource ls, boolean check)
          Read one round.
 

Methods in de.spieleck.app.turn that return types with arguments of type GameResult
 java.util.Iterator<GameResult> Player.results()
           
 

Methods in de.spieleck.app.turn with parameters of type GameResult
 void Player.addResult(GameResult result)
           
 void FileProxy.writeRound(java.io.PrintWriter bw, java.lang.String msg, GameResult[] games)
          Write one round.
 


spieleck.de