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