I - input symbol classpublic class DFACacheConsistencyTest<I> extends Object implements EquivalenceOracle<DFA<?,I>,I,Boolean>
EquivalenceOracle that tests an hypothesis for consistency with the
contents of a DFACacheOracle.| Constructor and Description |
|---|
DFACacheConsistencyTest(AbstractIncrementalDFABuilder<I> incDfa)
Constructor.
|
public DFACacheConsistencyTest(AbstractIncrementalDFABuilder<I> incDfa)
incDfa - the IncrementalDFABuilder data structure of the cachepublic DefaultQuery<I,Boolean> findCounterExample(DFA<?,I> hypothesis, Collection<? extends I> inputs)
findCounterExample in interface EquivalenceOracle<DFA<?,I>,I,Boolean>Copyright © 2013. All Rights Reserved.