Uses of Class
org.optaplanner.core.impl.exhaustivesearch.node.ExhaustiveSearchLayer
-
Packages that use ExhaustiveSearchLayer Package Description org.optaplanner.core.impl.exhaustivesearch.node org.optaplanner.core.impl.exhaustivesearch.scope -
-
Uses of ExhaustiveSearchLayer in org.optaplanner.core.impl.exhaustivesearch.node
Methods in org.optaplanner.core.impl.exhaustivesearch.node that return ExhaustiveSearchLayer Modifier and Type Method Description ExhaustiveSearchLayer
ExhaustiveSearchNode. getLayer()
Constructors in org.optaplanner.core.impl.exhaustivesearch.node with parameters of type ExhaustiveSearchLayer Constructor Description ExhaustiveSearchNode(ExhaustiveSearchLayer layer, ExhaustiveSearchNode parent)
-
Uses of ExhaustiveSearchLayer in org.optaplanner.core.impl.exhaustivesearch.scope
Methods in org.optaplanner.core.impl.exhaustivesearch.scope that return types with arguments of type ExhaustiveSearchLayer Modifier and Type Method Description List<ExhaustiveSearchLayer>
ExhaustiveSearchPhaseScope. getLayerList()
Method parameters in org.optaplanner.core.impl.exhaustivesearch.scope with type arguments of type ExhaustiveSearchLayer Modifier and Type Method Description void
ExhaustiveSearchPhaseScope. setLayerList(List<ExhaustiveSearchLayer> layerList)
-