Class GenericIntermediateResultBlockImpl
java.lang.Object
se.liu.ida.hefquin.engine.queryplan.executable.impl.GenericIntermediateResultBlockImpl
- All Implemented Interfaces:
IntermediateResultBlock
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(SolutionMapping element) booleanReturns an iterator over the intermediate result elements in this block.intsize()Returns the number of intermediate result elements in this block.
-
Field Details
-
elements
-
-
Constructor Details
-
GenericIntermediateResultBlockImpl
public GenericIntermediateResultBlockImpl()
-
-
Method Details
-
equals
-
size
public int size()Description copied from interface:IntermediateResultBlockReturns the number of intermediate result elements in this block.- Specified by:
sizein interfaceIntermediateResultBlock
-
getSolutionMappings
Description copied from interface:IntermediateResultBlockReturns an iterator over the intermediate result elements in this block.- Specified by:
getSolutionMappingsin interfaceIntermediateResultBlock
-
add
-