Interface AdaptiveMembershipOracle<I,O>

Type Parameters:
I - input symbol type
O - output symbol type
All Superinterfaces:
BatchProcessor<AdaptiveQuery<I,O>>
All Known Subinterfaces:
ParallelAdaptiveOracle<I,O>, SingleAdaptiveMembershipOracle<I,O>
All Known Implementing Classes:
AdaptiveQueryCache, CLIOutputAdaptiveOracle, CounterAdaptiveQueryOracle, DynamicParallelAdaptiveOracle, MQ2AQWrapper, ObservationTree, StateLocalInputSULAdaptiveOracle, StaticParallelAdaptiveOracle, StdInOutputAdaptiveOracle, SULAdaptiveOracle
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface AdaptiveMembershipOracle<I,O> extends BatchProcessor<AdaptiveQuery<I,O>>
An adaptive variation of the MembershipOracle that is tailored towards answering adaptive queries.