Uses of Interface
it.unicam.cs.pa.mastermind.factories.GameViewFactory
-
Packages that use GameViewFactory Package Description it.unicam.cs.pa.mastermind.factories Il package contiene le varie factory che hanno il compito di generare nuovi player durante il processo di esecuzione in maniera dinamica ed efficiente.it.unicam.cs.pa.mastermind.gamecore Il package contiene le componenti chiave relative all'intera gestione del gioco, quali gli attori delegati alla creazione e alla gestione di nuovi match e gli attori delegati allo svolgimeto vero e proprio di tali match. -
-
Uses of GameViewFactory in it.unicam.cs.pa.mastermind.factories
Classes in it.unicam.cs.pa.mastermind.factories that implement GameViewFactory Modifier and Type Class Description class
ConsoleGameViewFactory
Classe factory estensione diGameViewFactory
impiegata per ottenere istanze diConsoleGameView
. -
Uses of GameViewFactory in it.unicam.cs.pa.mastermind.gamecore
Methods in it.unicam.cs.pa.mastermind.gamecore that return GameViewFactory Modifier and Type Method Description GameViewFactory
MatchStartSettings. getGameViewFactory()
Constructors in it.unicam.cs.pa.mastermind.gamecore with parameters of type GameViewFactory Constructor Description MatchStartSettings(GameViewFactory gameViewFactory)
SingleMatch(int sequenceLength, int attempts, GameViewFactory viewFactory, BreakerFactory bFactory, MakerFactory mFactory)
Costruttore di una singola partita
-