Interface AutomatonOracle.MealyOracle<I,​O>

    • Method Detail

      • accepts

        default boolean accepts​(MealyMachine<?,​I,​?,​O> hypothesis,
                                Iterable<? extends I> input)
        Description copied from interface: AutomatonOracle
        Returns whether the given input is accepted by the given hypothesis.
        Specified by:
        accepts in interface AutomatonOracle<MealyMachine<?,​I,​?,​O>,​I,​Word<O>>
        Parameters:
        hypothesis - the hypothesis automaton.
        input - the input.
        Returns:
        whether the given input is accepted.