Interface RightTupleLifecycle<Tuple_ extends Tuple>

All Known Implementing Classes:
AbstractIfExistsNode, AbstractIndexedIfExistsNode, AbstractIndexedJoinNode, AbstractJoinNode, AbstractUnindexedIfExistsNode, AbstractUnindexedJoinNode

public interface RightTupleLifecycle<Tuple_ extends Tuple>
  • Method Details

    • insertRight

      void insertRight(Tuple_ tuple)
    • updateRight

      void updateRight(Tuple_ tuple)
    • retractRight

      void retractRight(Tuple_ tuple)