public interface LeftTupleSink extends LeftTupleNode, Externalizable, Sink
ReteTuple
s from a
TupleSource
.LeftTupleSource
Modifier and Type | Method and Description |
---|---|
LeftTuple |
createLeftTuple(InternalFactHandle factHandle,
LeftTuple leftTuple,
Sink sink) |
LeftTuple |
createLeftTuple(InternalFactHandle factHandle,
Sink sink,
boolean leftTupleMemoryEnabled) |
LeftTuple |
createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTuple currentLeftChild,
LeftTuple currentRightChild,
Sink sink,
boolean leftTupleMemoryEnabled) |
LeftTuple |
createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
Sink sink) |
LeftTuple |
createLeftTuple(LeftTuple leftTuple,
Sink sink,
PropagationContext pctx,
boolean leftTupleMemoryEnabled) |
LeftTuple |
createPeer(LeftTuple original) |
BitMask |
getLeftInferredMask() |
ObjectTypeNode.Id |
getLeftInputOtnId() |
boolean |
isLeftTupleMemoryEnabled() |
void |
setLeftInputOtnId(ObjectTypeNode.Id leftInputOtnId) |
void |
setLeftTupleMemoryEnabled(boolean tupleMemoryEnabled) |
void |
setPartitionIdWithSinks(RuleBasePartitionId partitionId) |
getLeftTupleSource, getPositionInPath, getSinkPropagator
getAssociatedRuleSize, getAssociationsSize, getAssociationsSize, getId, getPartitionId, getType, isAssociatedWith
boolean isLeftTupleMemoryEnabled()
void setLeftTupleMemoryEnabled(boolean tupleMemoryEnabled)
LeftTuple createLeftTuple(InternalFactHandle factHandle, Sink sink, boolean leftTupleMemoryEnabled)
LeftTuple createLeftTuple(InternalFactHandle factHandle, LeftTuple leftTuple, Sink sink)
LeftTuple createLeftTuple(LeftTuple leftTuple, Sink sink, PropagationContext pctx, boolean leftTupleMemoryEnabled)
LeftTuple createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)
LeftTuple createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)
ObjectTypeNode.Id getLeftInputOtnId()
void setLeftInputOtnId(ObjectTypeNode.Id leftInputOtnId)
BitMask getLeftInferredMask()
void setPartitionIdWithSinks(RuleBasePartitionId partitionId)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.