OptaPlanner core 6.2.0.Beta1

org.optaplanner.core.impl.phase.custom
Interface CustomPhase

All Superinterfaces:
EventListener, Phase, PhaseLifecycleListener, SolverLifecycleListener
All Known Implementing Classes:
DefaultCustomPhase

public interface CustomPhase
extends Phase

A CustomPhase is a Phase which uses the brute force algorithm

See Also:
Phase, AbstractPhase, DefaultCustomPhase

Method Summary
 
Methods inherited from interface org.optaplanner.core.impl.phase.Phase
addPhaseLifecycleListener, removePhaseLifecycleListener, solve
 
Methods inherited from interface org.optaplanner.core.impl.phase.event.PhaseLifecycleListener
phaseEnded, phaseStarted, stepEnded, stepStarted
 
Methods inherited from interface org.optaplanner.core.impl.solver.event.SolverLifecycleListener
solvingEnded, solvingStarted
 


OptaPlanner core 6.2.0.Beta1

Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.