Uses of Class
de.fhwiesbaden.jgamp001.thello.AbstractRegularGame

Packages that use AbstractRegularGame
de.fhwiesbaden.jgamp001.thello   
 

Uses of AbstractRegularGame in de.fhwiesbaden.jgamp001.thello
 

Subclasses of AbstractRegularGame in de.fhwiesbaden.jgamp001.thello
 class ThelloGame
          Othello, das Herzstück des Spiels.
 

Methods in de.fhwiesbaden.jgamp001.thello that return AbstractRegularGame
 AbstractRegularGame<M> AbstractRegularGame.clone()
           
 AbstractRegularGame<M> ThelloBoard.getGame()
           
abstract  AbstractRegularGame<M> AbstractRegularGame.setAtPosition(byte column, byte row)
           
 

Methods in de.fhwiesbaden.jgamp001.thello with parameters of type AbstractRegularGame
 void ThelloBoard.setGame(AbstractRegularGame<M> g)