Uses of Class
org.optaplanner.core.impl.phase.event.PhaseLifecycleSupport
-
-
Uses of PhaseLifecycleSupport in org.optaplanner.core.impl.constructionheuristic.placer
Fields in org.optaplanner.core.impl.constructionheuristic.placer declared as PhaseLifecycleSupport Modifier and Type Field Description protected PhaseLifecycleSupport<Solution_>AbstractEntityPlacer. phaseLifecycleSupport -
Uses of PhaseLifecycleSupport in org.optaplanner.core.impl.heuristic.selector
Fields in org.optaplanner.core.impl.heuristic.selector declared as PhaseLifecycleSupport Modifier and Type Field Description protected PhaseLifecycleSupport<Solution_>AbstractSelector. phaseLifecycleSupport -
Uses of PhaseLifecycleSupport in org.optaplanner.core.impl.phase
Fields in org.optaplanner.core.impl.phase declared as PhaseLifecycleSupport Modifier and Type Field Description protected PhaseLifecycleSupport<Solution_>AbstractPhase. phaseLifecycleSupportprotected PhaseLifecycleSupport<Solution_>AbstractPhase. solverPhaseLifecycleSupportMethods in org.optaplanner.core.impl.phase with parameters of type PhaseLifecycleSupport Modifier and Type Method Description voidAbstractPhase. setSolverPhaseLifecycleSupport(PhaseLifecycleSupport<Solution_> solverPhaseLifecycleSupport)voidPhase. setSolverPhaseLifecycleSupport(PhaseLifecycleSupport<Solution_> solverPhaseLifecycleSupport)Used to makeAbstractSolver.addPhaseLifecycleListener(PhaseLifecycleListener)work. -
Uses of PhaseLifecycleSupport in org.optaplanner.core.impl.solver
Fields in org.optaplanner.core.impl.solver declared as PhaseLifecycleSupport Modifier and Type Field Description protected PhaseLifecycleSupport<Solution_>AbstractSolver. phaseLifecycleSupport
-