Class BavetScoringUniTuple<A>
- java.lang.Object
-
- org.optaplanner.core.impl.score.stream.bavet.common.BavetAbstractTuple
-
- org.optaplanner.core.impl.score.stream.bavet.uni.BavetAbstractUniTuple<A>
-
- org.optaplanner.core.impl.score.stream.bavet.uni.BavetScoringUniTuple<A>
-
- All Implemented Interfaces:
BavetScoringTuple
,BavetTuple
public final class BavetScoringUniTuple<A> extends BavetAbstractUniTuple<A> implements BavetScoringTuple
-
-
Field Summary
-
Fields inherited from class org.optaplanner.core.impl.score.stream.bavet.common.BavetAbstractTuple
state
-
-
Constructor Summary
Constructors Constructor Description BavetScoringUniTuple(BavetScoringUniNode<A> node, BavetAbstractUniTuple<A> parentTuple)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<BavetAbstractTuple>
getChildTupleList()
A
getFactA()
BavetScoringUniNode<A>
getNode()
UndoScoreImpacter
getUndoScoreImpacter()
void
setUndoScoreImpacter(UndoScoreImpacter undoScoreImpacter)
String
toString()
-
Methods inherited from class org.optaplanner.core.impl.score.stream.bavet.uni.BavetAbstractUniTuple
getFacts
-
Methods inherited from class org.optaplanner.core.impl.score.stream.bavet.common.BavetAbstractTuple
getNodeIndex, getState, isActive, isDirty, setState
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.optaplanner.core.impl.score.stream.bavet.common.BavetTuple
getFactsString
-
-
-
-
Constructor Detail
-
BavetScoringUniTuple
public BavetScoringUniTuple(BavetScoringUniNode<A> node, BavetAbstractUniTuple<A> parentTuple)
-
-
Method Detail
-
getNode
public BavetScoringUniNode<A> getNode()
- Specified by:
getNode
in interfaceBavetTuple
- Specified by:
getNode
in classBavetAbstractTuple
-
getChildTupleList
public List<BavetAbstractTuple> getChildTupleList()
- Specified by:
getChildTupleList
in classBavetAbstractTuple
-
getFactA
public A getFactA()
- Specified by:
getFactA
in classBavetAbstractUniTuple<A>
-
getUndoScoreImpacter
public UndoScoreImpacter getUndoScoreImpacter()
- Specified by:
getUndoScoreImpacter
in interfaceBavetScoringTuple
-
setUndoScoreImpacter
public void setUndoScoreImpacter(UndoScoreImpacter undoScoreImpacter)
- Specified by:
setUndoScoreImpacter
in interfaceBavetScoringTuple
-
-