Class ITableWriterGeneric.Nop

    • Constructor Detail

      • Nop

        public Nop()
    • Method Detail

      • write

        public void write​(Direction direction,
                          Tuple row)
        Description copied from interface: ITableWriterGeneric
        Adds/removes a row to/from the table.
        Specified by:
        write in interface ITableWriterGeneric
        Parameters:
        direction - tells whether putting a row into the table or deleting TODO: store as multiset, return bool?