Uses of Class
de.fhwiesbaden.jgamp001.thello.ai.JanAlphaBetaGame

Packages that use JanAlphaBetaGame
de.fhwiesbaden.jgamp001.thello.ai   
 

Uses of JanAlphaBetaGame in de.fhwiesbaden.jgamp001.thello.ai
 

Subclasses of JanAlphaBetaGame in de.fhwiesbaden.jgamp001.thello.ai
 class JanAlphaBetaBench
           
 

Fields in de.fhwiesbaden.jgamp001.thello.ai declared as JanAlphaBetaGame
 JanAlphaBetaGame<Pair<java.lang.Byte,java.lang.Byte>> Computerspieler.ai
           
 

Constructors in de.fhwiesbaden.jgamp001.thello.ai with parameters of type JanAlphaBetaGame
Computerspieler(FlexibleThelloControl console, JanAlphaBetaGame<Pair<java.lang.Byte,java.lang.Byte>> ai)