Interface Query<T>
public interface Query<T>
- Author:
- Mathias Hofer
-
Method Summary
Modifier and TypeMethodDescriptionconfigure
(Configuration configuration) execute()
Computes the query in parallel.
-
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
- Parameters:
configuration
- configuration- Returns:
- a copy of this query but with the new configuration applied
-