public static interface AutomatonOracle.DFAOracle<I> extends AutomatonOracle<DFA<?,I>,I,Boolean>
AutomatonOracle.DFAOracle<I>, AutomatonOracle.MealyOracle<I,O>| Modifier and Type | Method and Description |
|---|---|
default boolean |
accepts(DFA<?,I> hypothesis,
Iterable<? extends I> input,
int length)
Returns whether the given input is accepted by the given hypothesis.
|
addWord, addWords, findCounterExample, findCounterExample, getMultiplier, isCounterExample, nextInput, pre, processInput, setMultiplierdefault boolean accepts(DFA<?,I> hypothesis, Iterable<? extends I> input, int length)
AutomatonOracleCopyright © 2019. All rights reserved.