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

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

Uses of FlexibleThelloControl in de.fhwiesbaden.jgamp001.thello
 

Methods in de.fhwiesbaden.jgamp001.thello that return FlexibleThelloControl
 FlexibleThelloControl Spielfenster.getFlexibleThelloControl()
           
 

Methods in de.fhwiesbaden.jgamp001.thello with parameters of type FlexibleThelloControl
 void Spielfenster.setThelloControl(FlexibleThelloControl dings)
           
 

Constructors in de.fhwiesbaden.jgamp001.thello with parameters of type FlexibleThelloControl
Spielfenster(FlexibleThelloControl control)
           
 

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

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