public class ModifyPreviousTuples extends Object
Constructor and Description |
---|
ModifyPreviousTuples(InternalFactHandle.LinkedTuples linkedTuples) |
Modifier and Type | Method and Description |
---|---|
void |
doDeleteObject(PropagationContext pctx,
InternalWorkingMemory wm,
LeftTuple leftTuple) |
void |
doRightDelete(PropagationContext pctx,
InternalWorkingMemory wm,
RightTuple rightTuple) |
LeftTuple |
peekLeftTuple(int partition) |
LeftTuple |
peekLeftTuple(RuleBasePartitionId partitionId) |
RightTuple |
peekRightTuple(int partition) |
RightTuple |
peekRightTuple(RuleBasePartitionId partitionId) |
void |
removeLeftTuple(int partition) |
void |
removeLeftTuple(RuleBasePartitionId partitionId) |
void |
removeRightTuple(int partition) |
void |
removeRightTuple(RuleBasePartitionId partitionId) |
void |
retractTuples(PropagationContext pctx,
InternalWorkingMemory wm) |
public ModifyPreviousTuples(InternalFactHandle.LinkedTuples linkedTuples)
public LeftTuple peekLeftTuple(int partition)
public LeftTuple peekLeftTuple(RuleBasePartitionId partitionId)
public RightTuple peekRightTuple(int partition)
public RightTuple peekRightTuple(RuleBasePartitionId partitionId)
public void removeLeftTuple(int partition)
public void removeLeftTuple(RuleBasePartitionId partitionId)
public void removeRightTuple(int partition)
public void removeRightTuple(RuleBasePartitionId partitionId)
public void retractTuples(PropagationContext pctx, InternalWorkingMemory wm)
public void doDeleteObject(PropagationContext pctx, InternalWorkingMemory wm, LeftTuple leftTuple)
public void doRightDelete(PropagationContext pctx, InternalWorkingMemory wm, RightTuple rightTuple)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.