Uses of Class
org.optaplanner.core.impl.solver.AbstractSolver
-
Packages that use AbstractSolver Package Description org.optaplanner.core.impl.partitionedsearch org.optaplanner.core.impl.phase org.optaplanner.core.impl.solver -
-
Uses of AbstractSolver in org.optaplanner.core.impl.partitionedsearch
Subclasses of AbstractSolver in org.optaplanner.core.impl.partitionedsearch Modifier and Type Class Description class
PartitionSolver<Solution_>
-
Uses of AbstractSolver in org.optaplanner.core.impl.phase
Fields in org.optaplanner.core.impl.phase declared as AbstractSolver Modifier and Type Field Description protected AbstractSolver<Solution_>
AbstractPhase. solver
Methods in org.optaplanner.core.impl.phase that return AbstractSolver Modifier and Type Method Description AbstractSolver<Solution_>
AbstractPhase. getSolver()
Methods in org.optaplanner.core.impl.phase with parameters of type AbstractSolver Modifier and Type Method Description void
AbstractPhase. setSolver(AbstractSolver<Solution_> solver)
-
Uses of AbstractSolver in org.optaplanner.core.impl.solver
Subclasses of AbstractSolver in org.optaplanner.core.impl.solver Modifier and Type Class Description class
DefaultSolver<Solution_>
Default implementation forSolver
.
-