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