public final class BavetScoringBiTuple<A,B> extends BavetAbstractBiTuple<A,B> implements BavetScoringTuple
state| Constructor and Description |
|---|
BavetScoringBiTuple(BavetScoringBiNode<A,B> node,
BavetAbstractBiTuple<A,B> parentTuple) |
| Modifier and Type | Method and Description |
|---|---|
A |
getFactA() |
B |
getFactB() |
Score<?> |
getMatchScore() |
BavetScoringBiNode<A,B> |
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 BavetScoringBiTuple(BavetScoringBiNode<A,B> node, BavetAbstractBiTuple<A,B> parentTuple)
public void refresh()
refresh in class BavetAbstractTuplepublic BavetScoringBiNode<A,B> getNode()
getNode in interface BavetTuplepublic A getFactA()
getFactA in class BavetAbstractBiTuple<A,B>public B getFactB()
getFactB in class BavetAbstractBiTuple<A,B>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.