Interface ITableWriterGeneric.Table
-
- All Superinterfaces:
IIndexTable
,ITableWriterGeneric
- Enclosing interface:
- ITableWriterGeneric
public static interface ITableWriterGeneric.Table extends ITableWriterGeneric, 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.ITableWriterGeneric
ITableWriterGeneric.Nop, ITableWriterGeneric.Table
-
-
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.ITableWriterGeneric
write
-
-