public class SubnetworkTuple
extends BaseLeftTuple
| Constructor and Description |
|---|
SubnetworkTuple() |
SubnetworkTuple(InternalFactHandle factHandle,
LeftTuple leftTuple,
Sink sink) |
SubnetworkTuple(InternalFactHandle factHandle,
Sink sink,
boolean leftTupleMemoryEnabled) |
SubnetworkTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTuple currentLeftChild,
LeftTuple currentRightChild,
Sink sink,
boolean leftTupleMemoryEnabled) |
SubnetworkTuple(LeftTuple leftTuple,
RightTuple rightTuple,
Sink sink) |
SubnetworkTuple(LeftTuple leftTuple,
RightTuple rightTuple,
Sink sink,
boolean leftTupleMemoryEnabled) |
SubnetworkTuple(LeftTuple leftTuple,
Sink sink,
PropagationContext pctx,
boolean leftTupleMemoryEnabled) |
| Modifier and Type | Method and Description |
|---|---|
void |
addBlocked(LeftTuple leftTuple) |
void |
clearStaged() |
LeftTuple |
getBlocked() |
InternalFactHandle |
getFactHandleForEvaluation() |
short |
getStagedTypeOnRight() |
LeftTuple |
getTempBlocked() |
RightTuple |
getTempNextRightTuple() |
TupleMemory |
getTempRightTupleMemory() |
boolean |
isStagedOnRight() |
void |
moveStagingFromRightToLeft() |
void |
prepareStagingOnRight() |
void |
removeBlocked(LeftTuple leftTuple) |
void |
setBlocked(LeftTuple leftTuple) |
void |
setStagedOnRight() |
void |
setStagedOnRight(boolean stagedOnRight) |
void |
setTempBlocked(LeftTuple tempBlocked) |
void |
setTempNextRightTuple(RightTuple tempNextRightTuple) |
void |
setTempRightTupleMemory(TupleMemory tempRightTupleMemory) |
public SubnetworkTuple()
public SubnetworkTuple(InternalFactHandle factHandle,
Sink sink,
boolean leftTupleMemoryEnabled)
public SubnetworkTuple(InternalFactHandle factHandle,
LeftTuple leftTuple,
Sink sink)
public SubnetworkTuple(LeftTuple leftTuple,
Sink sink,
PropagationContext pctx,
boolean leftTupleMemoryEnabled)
public SubnetworkTuple(LeftTuple leftTuple,
RightTuple rightTuple,
Sink sink)
public SubnetworkTuple(LeftTuple leftTuple,
RightTuple rightTuple,
Sink sink,
boolean leftTupleMemoryEnabled)
public SubnetworkTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTuple currentLeftChild,
LeftTuple currentRightChild,
Sink sink,
boolean leftTupleMemoryEnabled)
public InternalFactHandle getFactHandleForEvaluation()
public LeftTuple getBlocked()
public void setBlocked(LeftTuple leftTuple)
public void addBlocked(LeftTuple leftTuple)
public void removeBlocked(LeftTuple leftTuple)
public LeftTuple getTempBlocked()
public void setTempBlocked(LeftTuple tempBlocked)
public RightTuple getTempNextRightTuple()
public void setTempNextRightTuple(RightTuple tempNextRightTuple)
public TupleMemory getTempRightTupleMemory()
public void setTempRightTupleMemory(TupleMemory tempRightTupleMemory)
public boolean isStagedOnRight()
public void setStagedOnRight(boolean stagedOnRight)
public void setStagedOnRight()
public void prepareStagingOnRight()
public void clearStaged()
public void moveStagingFromRightToLeft()
public short getStagedTypeOnRight()
Copyright © 2018 SAP SE. All Rights Reserved.