Package de.learnlib.oracle.membership
Class StateLocalInputSULAdaptiveOracle<I,O>
- java.lang.Object
-
- de.learnlib.oracle.membership.SULAdaptiveOracle<I,O>
-
- de.learnlib.oracle.membership.StateLocalInputSULAdaptiveOracle<I,O>
-
- Type Parameters:
I- input symbol typeO- output symbol type
- All Implemented Interfaces:
AdaptiveMembershipOracle<I,O>,BatchProcessor<AdaptiveQuery<I,O>>,SingleAdaptiveMembershipOracle<I,O>
public class StateLocalInputSULAdaptiveOracle<I,O> extends SULAdaptiveOracle<I,O> implements AdaptiveMembershipOracle<I,O>
- See Also:
SULAdaptiveOracle
-
-
Constructor Summary
Constructors Constructor Description StateLocalInputSULAdaptiveOracle(StateLocalInputSUL<I,O> sul, O undefinedOutput)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocessQuery(AdaptiveQuery<I,O> query)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.learnlib.oracle.AdaptiveMembershipOracle
processBatch
-
Methods inherited from interface de.learnlib.oracle.SingleAdaptiveMembershipOracle
processQueries
-
-
-
-
Constructor Detail
-
StateLocalInputSULAdaptiveOracle
public StateLocalInputSULAdaptiveOracle(StateLocalInputSUL<I,O> sul, O undefinedOutput)
-
-
Method Detail
-
processQuery
public void processQuery(AdaptiveQuery<I,O> query)
- Specified by:
processQueryin interfaceAdaptiveMembershipOracle<I,O>- Specified by:
processQueryin interfaceSingleAdaptiveMembershipOracle<I,O>- Overrides:
processQueryin classSULAdaptiveOracle<I,O>
-
-