Class ExhaustiveSearchNode
java.lang.Object
org.optaplanner.core.impl.exhaustivesearch.node.ExhaustiveSearchNode
-
Constructor Summary
ConstructorDescriptionExhaustiveSearchNode
(ExhaustiveSearchLayer layer, ExhaustiveSearchNode parent) -
Method Summary
Modifier and TypeMethodDescriptionlong
int
getDepth()
getLayer()
getMove()
long
getScore()
boolean
boolean
void
setExpandable
(boolean expandable) void
void
setOptimisticBound
(Score optimisticBound) void
void
setUndoMove
(Move undoMove) toString()
-
Constructor Details
-
ExhaustiveSearchNode
-
-
Method Details
-
getLayer
-
getParent
-
getBreadth
public long getBreadth() -
getMove
-
setMove
-
getUndoMove
-
setUndoMove
-
getScore
-
setScore
-
getOptimisticBound
-
setOptimisticBound
-
isExpandable
public boolean isExpandable() -
setExpandable
public void setExpandable(boolean expandable) -
getDepth
public int getDepth() -
getTreeId
-
getEntity
-
isLastLayer
public boolean isLastLayer() -
getParentBreadth
public long getParentBreadth() -
toString
-