public static interface AutomatonOracle.MealyOracle<I,O> extends AutomatonOracle<MealyMachine<?,I,?,O>,I,Word<O>>
AutomatonOracle.DFAOracle<I>, AutomatonOracle.MealyOracle<I,O>| Modifier and Type | Method and Description |
|---|---|
default boolean |
accepts(MealyMachine<?,I,?,O> 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(MealyMachine<?,I,?,O> hypothesis, Iterable<? extends I> input, int length)
AutomatonOracleaccepts in interface AutomatonOracle<MealyMachine<?,I,?,O>,I,Word<O>>hypothesis - the hypothesis automaton.input - the input.length - the length of the input.Copyright © 2019. All rights reserved.