Class ModifyPreviousTuples


  • public class ModifyPreviousTuples
    extends java.lang.Object
    • Method Detail

      • peekLeftTuple

        public LeftTuple peekLeftTuple​(int partition)
      • peekLeftTuple

        public LeftTuple peekLeftTuple​(org.drools.base.common.RuleBasePartitionId partitionId)
      • peekRightTuple

        public RightTuple peekRightTuple​(int partition)
      • peekRightTuple

        public RightTuple peekRightTuple​(org.drools.base.common.RuleBasePartitionId partitionId)
      • removeLeftTuple

        public void removeLeftTuple​(int partition)
      • removeLeftTuple

        public void removeLeftTuple​(org.drools.base.common.RuleBasePartitionId partitionId)
      • removeRightTuple

        public void removeRightTuple​(int partition)
      • removeRightTuple

        public void removeRightTuple​(org.drools.base.common.RuleBasePartitionId partitionId)