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 TypeMethodDescriptionvoid
add
(SolutionMapping element) boolean
Returns an iterator over the intermediate result elements in this block.int
size()
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:IntermediateResultBlock
Returns the number of intermediate result elements in this block.- Specified by:
size
in interfaceIntermediateResultBlock
-
getSolutionMappings
Description copied from interface:IntermediateResultBlock
Returns an iterator over the intermediate result elements in this block.- Specified by:
getSolutionMappings
in interfaceIntermediateResultBlock
-
add
-