Uses of Class
szd.allapotter.SelectNodeOperator

Packages that use SelectNodeOperator
szd.allapotter   
szd.allapotter.kereso   
 

Uses of SelectNodeOperator in szd.allapotter
 

Fields in szd.allapotter with type parameters of type SelectNodeOperator
protected static java.util.Collection<SelectNodeOperator> AbstractGame.operatorok
          A játékban használható operátorok gyűjteménye.
 

Methods in szd.allapotter that return types with arguments of type SelectNodeOperator
static java.util.Collection<SelectNodeOperator> AbstractGame.getOperatorok()
          Visszaadja a játékban használható operátorok egy kollekcióját.
 

Uses of SelectNodeOperator in szd.allapotter.kereso
 

Fields in szd.allapotter.kereso declared as SelectNodeOperator
 SelectNodeOperator AbstractKereso.operator
           
protected  SelectNodeOperator AbstractCsucs.operator
          Az az operátor amit a szülő állapotra alkalmazva ezt a csomópontot kaptuk.
 

Fields in szd.allapotter.kereso with type parameters of type SelectNodeOperator
protected  java.util.Stack<SelectNodeOperator> AbstractKereso.route
           
 

Methods in szd.allapotter.kereso that return types with arguments of type SelectNodeOperator
 java.util.Set<SelectNodeOperator> AbstractCsucs.getUsableOperators()
          Visszaadja a csomópontban használható operátorok halmazát.
 

Methods in szd.allapotter.kereso with parameters of type SelectNodeOperator
 void AbstractCsucs.setOperator(SelectNodeOperator operator)
          Beállítja hogy a szülő csomópontból milyen operátort alkalmazva jutottunk el a mostani csomópontba.
 

Constructors in szd.allapotter.kereso with parameters of type SelectNodeOperator
Csucs(Csucs parent, SelectNodeOperator operator)
          Publikus konstruktor, a gyökérelemen kívül minden csomópontot ezzel példányosítunk.