Uses of Class
org.optaplanner.core.impl.phase.AbstractPhase
Packages that use AbstractPhase
Package
Description
- 
Uses of AbstractPhase in org.optaplanner.core.impl.constructionheuristic
Subclasses of AbstractPhase in org.optaplanner.core.impl.constructionheuristicModifier and TypeClassDescriptionclassDefaultConstructionHeuristicPhase<Solution_>Default implementation ofConstructionHeuristicPhase. - 
Uses of AbstractPhase in org.optaplanner.core.impl.exhaustivesearch
Subclasses of AbstractPhase in org.optaplanner.core.impl.exhaustivesearchModifier and TypeClassDescriptionclassDefaultExhaustiveSearchPhase<Solution_>Default implementation ofExhaustiveSearchPhase. - 
Uses of AbstractPhase in org.optaplanner.core.impl.localsearch
Subclasses of AbstractPhase in org.optaplanner.core.impl.localsearchModifier and TypeClassDescriptionclassDefaultLocalSearchPhase<Solution_>Default implementation ofLocalSearchPhase. - 
Uses of AbstractPhase in org.optaplanner.core.impl.partitionedsearch
Subclasses of AbstractPhase in org.optaplanner.core.impl.partitionedsearchModifier and TypeClassDescriptionclassDefaultPartitionedSearchPhase<Solution_>Default implementation ofPartitionedSearchPhase. - 
Uses of AbstractPhase in org.optaplanner.core.impl.phase
Subclasses 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()