SingleQueryOracle
(or the respective specialization)
directly.forking
.EquivalenceOracle
interface for a DFA learning scenario.EquivalenceOracle
interface for a Mealy learning scenario.suffix
part of the counterexample.MembershipOracle
now extends QueryAnswerer
,
rendering this class obsolete.SingleQueryOracle
(or the respective specialization) and use the
MQUtil.PARALLEL_THRESHOLD
variable (or setting) to configure parallelization.learner
and a
(membership) oracle
, or teacher.SafeOracle.processQueries(Collection)
is being modified. However, this is highly unlikely,
and wrapping the passed queries using Collections.unmodifiableCollection(Collection)
is a way better approach for intercepting these cases than wrapping the oracle.QueryAnswerer
, and that cannot profit from batch processing of queries.SUL
to wrap any exceptions that occur during the
SUL.step(Object)
methods.Throwable
.Copyright © 2015. All rights reserved.