Class ITableWriterGeneric.Nop
- java.lang.Object
-
- org.eclipse.viatra.query.runtime.matchers.scopes.tables.ITableWriterGeneric.Nop
-
- All Implemented Interfaces:
ITableWriterGeneric
- Enclosing interface:
- ITableWriterGeneric
public static class ITableWriterGeneric.Nop extends java.lang.Object implements ITableWriterGeneric
/dev/null implementation
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.viatra.query.runtime.matchers.scopes.tables.ITableWriterGeneric
ITableWriterGeneric.Nop, ITableWriterGeneric.Table
-
-
Constructor Summary
Constructors Constructor Description Nop()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
write(Direction direction, Tuple row)
Adds/removes a row to/from the table.
-
-
-
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 interfaceITableWriterGeneric
- Parameters:
direction
- tells whether putting a row into the table or deleting TODO: store as multiset, return bool?
-
-