Class ExhaustiveSearchNode
java.lang.Object
org.optaplanner.core.impl.exhaustivesearch.node.ExhaustiveSearchNode
-
Constructor Summary
ConstructorsConstructorDescriptionExhaustiveSearchNode(ExhaustiveSearchLayer layer, ExhaustiveSearchNode parent) -
Method Summary
Modifier and TypeMethodDescriptionlongintgetDepth()getLayer()getMove()longgetScore()booleanbooleanvoidsetExpandable(boolean expandable) voidvoidsetOptimisticBound(Score optimisticBound) voidvoidsetUndoMove(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
-