Uses of Interface
games.jotto.model.IJottoModel

Packages that use IJottoModel
games.jotto.model   
games.jotto.players   
 

Uses of IJottoModel in games.jotto.model
 

Classes in games.jotto.model that implement IJottoModel
 class JottoModel
          This is the Jotto model.
 

Uses of IJottoModel in games.jotto.players
 

Fields in games.jotto.players declared as IJottoModel
protected  IJottoModel JottoGuesser.myJottoModel
           
 

Constructors in games.jotto.players with parameters of type IJottoModel
ComputerGuesser(int maxGuesses, IJottoModel currentJottoGame, java.util.ArrayList<java.lang.String> wordList)
           
HumanGuesser(int maxGuesses, IJottoModel currentJottoGame, java.util.ArrayList<java.lang.String> wordList)
           
JottoGuesser(int maxGuesses, IJottoModel currentJottoGame, java.util.ArrayList<java.lang.String> wordList)
           
RandomComputerGuesser(int maxGuesses, IJottoModel currentJottoGame, java.util.ArrayList<java.lang.String> wordList)
           
SmartComputerGuesser(int maxGuesses, IJottoModel currentJottoGame, java.util.ArrayList<java.lang.String> wordList)