Uses of Class
szd.allapotter.Game

Packages that use Game
szd   
szd.allapotter   
szd.allapotter.kereso   
 

Uses of Game in szd
 

Fields in szd declared as Game
private static Game Grid.game
          Az aktuális játék.
 

Methods in szd with parameters of type Game
 java.util.Set<Node> Node.getGoodNodes(Game g)
          Egy adott játékálláshoz összegyűjti a csomóponttól lólépésben lévő összes csomópontot.
static void Lines.processPlayersLines(Game game)
          Az adott játékállapot alapján feltölti a firstPlayerLines és a secondPlayerLines halmazt.
static void Lines.resetPlayersLines(Game game)
           
 

Uses of Game in szd.allapotter
 

Methods in szd.allapotter that return Game
 Game Game.executeOperator(AbstractOperator op)
          Az aktuális játékállapoton végrehajtunk egy operátort.
 

Methods in szd.allapotter with parameters of type Game
private static double Heurisztika.akadalyozoHeurisztika(Game game)
           
static double Heurisztika.getHeurisztika(Game game)
           
private static double Heurisztika.nyerniAkaroHeurisztika(Game game)
           
private static double Heurisztika.vegyesHeurisztika(Game game)
           
 

Constructors in szd.allapotter with parameters of type Game
Game(Game g)
          Publikus konstruktor amely a paraméterként kapott játék játékmezőjének az értékeit átmásolja az újonnan példányosított játék játékmezőjébe.
 

Uses of Game in szd.allapotter.kereso
 

Fields in szd.allapotter.kereso declared as Game
protected  Game AbstractCsucs.gameState
          Aktuális csomópontban a játék állapota.
 

Methods in szd.allapotter.kereso that return Game
 Game AbstractCsucs.getGameState()
          Visszaadja a csomóponthoz tartozó játékállapotot.
 

Methods in szd.allapotter.kereso with parameters of type Game
 void AbstractCsucs.setGameState(Game gameState)
          Beállítja a csomóponthoz a játékállapotot.
 

Constructors in szd.allapotter.kereso with parameters of type Game
AlfaBeta(Game g, int depth, boolean treeVisualization)
          Publikus konstruktor amely beállítja a keresés mélységét és a kiinduló gyökérelemet és felépítteti a játékfát.
Csucs(Game startState)
          Publikus konstruktor amely inicializál egy csomópontot, csak a gyökérelemet példányosítjuk ezzel a konstruktorral.
HeurisztikusMinMax(Game g, int depth, boolean treeVisualization)
          Publikus konstruktor amely beállítja a keresés mélységét és a kiinduló gyökérelemet és felépítteti a játékfát.
MinMax(Game g, int depth, boolean treeVisualization)
          Publikus konstruktor amely beállítja a keresés mélységét és a kiinduló gyökérelemet és felépítteti a játékfát.