public static class SimulatorEQOracle.DFASimulatorEQOracle<I> extends Object implements EquivalenceOracle.DFAEquivalenceOracle<I>
EquivalenceOracle.DFAEquivalenceOracle<I>, EquivalenceOracle.MealyEquivalenceOracle<I,O>| Constructor and Description |
|---|
DFASimulatorEQOracle(net.automatalib.automata.fsa.DFA<?,I> dfa) |
| Modifier and Type | Method and Description |
|---|---|
DefaultQuery<I,Boolean> |
findCounterExample(net.automatalib.automata.fsa.DFA<?,I> hypothesis,
Collection<? extends I> inputs)
Searches for a counterexample disproving the subjected hypothesis.
|
public DFASimulatorEQOracle(net.automatalib.automata.fsa.DFA<?,I> dfa)
public DefaultQuery<I,Boolean> findCounterExample(net.automatalib.automata.fsa.DFA<?,I> hypothesis, Collection<? extends I> inputs)
EquivalenceOraclenull is returned.findCounterExample in interface EquivalenceOracle<net.automatalib.automata.fsa.DFA<?,I>,I,Boolean>hypothesis - the conjectureinputs - the set of inputs to consider, this should be a subset of the input alphabet of the provided hypothesisDefaultQuery contains the SUL output for the
respective query.Copyright © 2018. All rights reserved.