Class DefaultQueryEvaluationOutputIfTimeoutFunction
java.lang.Object
fr.inria.rules.integraal.component_builder.evaluators.query_evaluation.auxiliary.DefaultQueryEvaluationOutputIfTimeoutFunction
- All Implemented Interfaces:
BiFunction<QueryEvaluationInput, String, QueryEvaluationOutput>
public class DefaultQueryEvaluationOutputIfTimeoutFunction
extends Object
implements BiFunction<QueryEvaluationInput, String, QueryEvaluationOutput>
Creates a query evaluation output where the timeout is indicated
-
Constructor Summary
ConstructorsConstructorDescriptionCreates the default timeout output mapper for query evaluation. -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BiFunction
andThen
-
Constructor Details
-
DefaultQueryEvaluationOutputIfTimeoutFunction
public DefaultQueryEvaluationOutputIfTimeoutFunction()Creates the default timeout output mapper for query evaluation.
-
-
Method Details
-
apply
- Specified by:
applyin interfaceBiFunction<QueryEvaluationInput, String, QueryEvaluationOutput>
-