Interface IntermediateResultBlock

All Known Implementing Classes:
GenericIntermediateResultBlockImpl, LastIntermediateResultBlock

public interface IntermediateResultBlock
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns an iterator over the intermediate result elements in this block.
    int
    Returns the number of intermediate result elements in this block.
  • Method Details

    • size

      int size()
      Returns the number of intermediate result elements in this block.
    • getSolutionMappings

      Iterable<SolutionMapping> getSolutionMappings()
      Returns an iterator over the intermediate result elements in this block.