Interface PosetAwareReceiver

All Superinterfaces:
Node, Receiver
All Known Implementing Classes:
ColumnAggregatorNode, DefaultProductionNode, UniquenessEnforcerNode

public interface PosetAwareReceiver extends Receiver
Since:
2.0
  • Method Details

    • getCoreMask

      TupleMask getCoreMask()
    • getPosetMask

      TupleMask getPosetMask()
    • getPosetComparator

      IPosetComparator getPosetComparator()
    • updateWithPosetInfo

      void updateWithPosetInfo(Direction direction, Tuple update, boolean monotone)
      Updates the receiver with a newly found or lost partial matching also providing information whether the update is a monotone change or not.
      Parameters:
      direction - the direction of the update
      update - the update tuple
      monotone - true if the update is monotone, false otherwise
      Since:
      2.4