public class ExhaustiveSearchPhaseConfig extends PhaseConfig
Modifier and Type | Field and Description |
---|---|
protected EntitySelectorConfig |
entitySelectorConfig |
protected EntitySorterManner |
entitySorterManner |
protected ExhaustiveSearchType |
exhaustiveSearchType |
protected MoveSelectorConfig |
moveSelectorConfig |
protected NodeExplorationType |
nodeExplorationType |
protected ValueSorterManner |
valueSorterManner |
Constructor and Description |
---|
ExhaustiveSearchPhaseConfig() |
configurePhase, getTerminationConfig, inherit, setTerminationConfig, toString
protected ExhaustiveSearchType exhaustiveSearchType
protected NodeExplorationType nodeExplorationType
protected EntitySorterManner entitySorterManner
protected ValueSorterManner valueSorterManner
protected EntitySelectorConfig entitySelectorConfig
protected MoveSelectorConfig moveSelectorConfig
public ExhaustiveSearchType getExhaustiveSearchType()
public void setExhaustiveSearchType(ExhaustiveSearchType exhaustiveSearchType)
public NodeExplorationType getNodeExplorationType()
public void setNodeExplorationType(NodeExplorationType nodeExplorationType)
public EntitySorterManner getEntitySorterManner()
public void setEntitySorterManner(EntitySorterManner entitySorterManner)
public ValueSorterManner getValueSorterManner()
public void setValueSorterManner(ValueSorterManner valueSorterManner)
public EntitySelectorConfig getEntitySelectorConfig()
public void setEntitySelectorConfig(EntitySelectorConfig entitySelectorConfig)
public MoveSelectorConfig getMoveSelectorConfig()
public void setMoveSelectorConfig(MoveSelectorConfig moveSelectorConfig)
public ExhaustiveSearchPhase buildPhase(int phaseIndex, HeuristicConfigPolicy solverConfigPolicy, BestSolutionRecaller bestSolutionRecaller, Termination solverTermination)
buildPhase
in class PhaseConfig
protected EntityDescriptor deduceEntityDescriptor(SolutionDescriptor solutionDescriptor)
public void inherit(ExhaustiveSearchPhaseConfig inheritedConfig)
Copyright © 2006–2015 JBoss by Red Hat. All rights reserved.