I
- input symbol typeD
- output domain typeSingleQueryOracle
(or the respective specialization) and use the
MQUtil.PARALLEL_THRESHOLD
variable (or setting) to configure parallelization.@Deprecated public interface ParallelSingleQueryOracle<I,D> extends SingleQueryOracle<I,D>
SingleQueryOracle.SingleQueryOracleDFA<I>, SingleQueryOracle.SingleQueryOracleMealy<I,O>
MembershipOracle.DFAMembershipOracle<I>, MembershipOracle.MealyMembershipOracle<I,O>
Modifier and Type | Method and Description |
---|---|
default void |
processQueries(Collection<? extends Query<I,D>> queries)
Deprecated.
Processes the specified collection of queries.
|
answerQuery, processQuery
answerQuery, asOracle
default void processQueries(Collection<? extends Query<I,D>> queries)
MembershipOracle
Query.answer(Object)
method should have
been called with an argument reflecting the SUL response to the respective query.processQueries
in interface MembershipOracle<I,D>
processQueries
in interface SingleQueryOracle<I,D>
queries
- the queries to processQuery.answer(Object)
Copyright © 2016. All rights reserved.