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