Class MealyCacheConsistencyTest<I,​O>

    • Constructor Detail

      • MealyCacheConsistencyTest

        public MealyCacheConsistencyTest​(net.automatalib.incremental.mealy.IncrementalMealyBuilder<I,​O> incMealy)
        Constructor.
        Parameters:
        incMealy - the IncrementalMealyBuilder data structure underlying the cache
    • Method Detail

      • findCounterExample

        public @Nullable DefaultQuery<I,​net.automatalib.word.Word<O>> findCounterExample​(net.automatalib.automaton.transducer.MealyMachine<?,​I,​?,​O> hypothesis,
                                                                                               Collection<? extends I> inputs)
        Specified by:
        findCounterExample in interface EquivalenceOracle<net.automatalib.automaton.transducer.MealyMachine<?,​I,​?,​O>,​I,​net.automatalib.word.Word<O>>