public final class BavetScoringUniTuple<A> extends BavetAbstractUniTuple<A> implements BavetScoringTuple
state| Constructor and Description |
|---|
BavetScoringUniTuple(BavetScoringUniNode<A> node,
BavetAbstractUniTuple<A> parentTuple) |
| Modifier and Type | Method and Description |
|---|---|
A |
getFactA() |
Score<?> |
getMatchScore() |
BavetScoringUniNode<A> |
getNode() |
UndoScoreImpacter |
getUndoScoreImpacter() |
void |
refresh() |
void |
setMatchScore(Score<?> matchScore) |
void |
setUndoScoreImpacter(UndoScoreImpacter undoScoreImpacter) |
String |
toString() |
getFactsgetNodeOrder, getState, isActive, isDirty, refreshed, setStateclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetFactsStringpublic BavetScoringUniTuple(BavetScoringUniNode<A> node, BavetAbstractUniTuple<A> parentTuple)
public void refresh()
refresh in class BavetAbstractTuplepublic BavetScoringUniNode<A> getNode()
getNode in interface BavetTuplepublic A getFactA()
getFactA in class BavetAbstractUniTuple<A>public UndoScoreImpacter getUndoScoreImpacter()
getUndoScoreImpacter in interface BavetScoringTuplepublic void setUndoScoreImpacter(UndoScoreImpacter undoScoreImpacter)
setUndoScoreImpacter in interface BavetScoringTuplepublic Score<?> getMatchScore()
getMatchScore in interface BavetScoringTuplepublic void setMatchScore(Score<?> matchScore)
setMatchScore in interface BavetScoringTupleCopyright © 2006–2021 JBoss by Red Hat. All rights reserved.