Interface ITableWriterBinary.Table<Source,Target>
-
- All Superinterfaces:
IIndexTable
,ITableWriterBinary<Source,Target>
- All Known Implementing Classes:
SimpleBinaryTable
- Enclosing interface:
- ITableWriterBinary<Source,Target>
public static interface ITableWriterBinary.Table<Source,Target> extends ITableWriterBinary<Source,Target>, IIndexTable
Intersection type for writers that are also tables
-
-
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>
-
-
Method Summary
-
Methods inherited from interface org.eclipse.viatra.query.runtime.matchers.scopes.tables.IIndexTable
addUpdateListener, containsTuple, countTuples, enumerateTuples, enumerateValues, estimateProjectionSize, getInputKey, removeUpdateListener, streamTuples, streamValues
-
Methods inherited from interface org.eclipse.viatra.query.runtime.matchers.scopes.tables.ITableWriterBinary
write
-
-