Interface Query<T>


public interface Query<T>
Author:
Mathias Hofer
  • Method Details

    • execute

      T execute()
      Returns:
      execute
    • executeParallel

      T executeParallel()
      Computes the query in parallel. Note: this is only recommended for "hard" queries, otherwise the parallelization overhead exceeds the solving time.
      Returns:
      return
    • configure

      Query<T> configure(Configuration configuration)
      Parameters:
      configuration - configuration
      Returns:
      a copy of this query but with the new configuration applied