I - input symbol classpublic final class DFACacheConsistencyTest<I> extends Object implements EquivalenceOracle.DFAEquivalenceOracle<I>
EquivalenceOracle that tests an hypothesis for consistency with the contents of a DFACacheOracle.EquivalenceOracle.DFAEquivalenceOracle<I>, EquivalenceOracle.MealyEquivalenceOracle<I,O>| Constructor and Description |
|---|
DFACacheConsistencyTest(net.automatalib.incremental.dfa.IncrementalDFABuilder<I> incDfa,
Lock lock)
Constructor.
|
| 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 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.