Uses of Class
org.optaplanner.core.impl.phase.AbstractPhase
Packages that use AbstractPhase
Package
Description
- 
Uses of AbstractPhase in org.optaplanner.core.impl.constructionheuristicSubclasses of AbstractPhase in org.optaplanner.core.impl.constructionheuristicModifier and TypeClassDescriptionclassDefaultConstructionHeuristicPhase<Solution_>Default implementation ofConstructionHeuristicPhase.
- 
Uses of AbstractPhase in org.optaplanner.core.impl.exhaustivesearchSubclasses of AbstractPhase in org.optaplanner.core.impl.exhaustivesearchModifier and TypeClassDescriptionclassDefaultExhaustiveSearchPhase<Solution_>Default implementation ofExhaustiveSearchPhase.
- 
Uses of AbstractPhase in org.optaplanner.core.impl.localsearchSubclasses of AbstractPhase in org.optaplanner.core.impl.localsearchModifier and TypeClassDescriptionclassDefaultLocalSearchPhase<Solution_>Default implementation ofLocalSearchPhase.
- 
Uses of AbstractPhase in org.optaplanner.core.impl.partitionedsearchSubclasses of AbstractPhase in org.optaplanner.core.impl.partitionedsearchModifier and TypeClassDescriptionclassDefaultPartitionedSearchPhase<Solution_>Default implementation ofPartitionedSearchPhase.
- 
Uses of AbstractPhase in org.optaplanner.core.impl.phaseSubclasses of AbstractPhase in org.optaplanner.core.impl.phaseModifier and TypeClassDescriptionclassNoChangePhase<Solution_>ANoChangePhaseis aPhasewhich does nothing.Methods in org.optaplanner.core.impl.phase that return AbstractPhaseModifier and TypeMethodDescriptionprotected abstract AbstractPhase<Solution_>AbstractPhase.Builder.build()