Class BavetScoringTriTuple<A,B,C>
- java.lang.Object
-
- org.optaplanner.core.impl.score.stream.bavet.common.BavetAbstractTuple
-
- org.optaplanner.core.impl.score.stream.bavet.tri.BavetAbstractTriTuple<A,B,C>
-
- org.optaplanner.core.impl.score.stream.bavet.tri.BavetScoringTriTuple<A,B,C>
-
- All Implemented Interfaces:
BavetScoringTuple,BavetTuple
public final class BavetScoringTriTuple<A,B,C> extends BavetAbstractTriTuple<A,B,C> implements BavetScoringTuple
-
-
Field Summary
-
Fields inherited from class org.optaplanner.core.impl.score.stream.bavet.common.BavetAbstractTuple
state
-
-
Constructor Summary
Constructors Constructor Description BavetScoringTriTuple(BavetScoringTriNode<A,B,C> node, BavetAbstractTriTuple<A,B,C> parentTuple)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AgetFactA()BgetFactB()CgetFactC()Score<?>getMatchScore()BavetScoringTriNode<A,B,C>getNode()UndoScoreImpactergetUndoScoreImpacter()voidrefresh()voidsetMatchScore(Score<?> matchScore)voidsetUndoScoreImpacter(UndoScoreImpacter undoScoreImpacter)StringtoString()-
Methods inherited from class org.optaplanner.core.impl.score.stream.bavet.tri.BavetAbstractTriTuple
getFacts
-
Methods inherited from class org.optaplanner.core.impl.score.stream.bavet.common.BavetAbstractTuple
getNodeOrder, getState, isActive, isDirty, refreshed, 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
-
BavetScoringTriTuple
public BavetScoringTriTuple(BavetScoringTriNode<A,B,C> node, BavetAbstractTriTuple<A,B,C> parentTuple)
-
-
Method Detail
-
refresh
public void refresh()
- Specified by:
refreshin classBavetAbstractTuple
-
getNode
public BavetScoringTriNode<A,B,C> getNode()
- Specified by:
getNodein interfaceBavetTuple
-
getUndoScoreImpacter
public UndoScoreImpacter getUndoScoreImpacter()
- Specified by:
getUndoScoreImpacterin interfaceBavetScoringTuple
-
setUndoScoreImpacter
public void setUndoScoreImpacter(UndoScoreImpacter undoScoreImpacter)
- Specified by:
setUndoScoreImpacterin interfaceBavetScoringTuple
-
getMatchScore
public Score<?> getMatchScore()
- Specified by:
getMatchScorein interfaceBavetScoringTuple
-
setMatchScore
public void setMatchScore(Score<?> matchScore)
- Specified by:
setMatchScorein interfaceBavetScoringTuple
-
-