Class RivestSchapireMealy<I,​O>

    • Constructor Detail

      • RivestSchapireMealy

        public RivestSchapireMealy​(net.automatalib.alphabet.Alphabet<I> alphabet,
                                   MembershipOracle<I,​net.automatalib.word.Word<O>> oracle)
      • RivestSchapireMealy

        public RivestSchapireMealy​(net.automatalib.alphabet.Alphabet<I> alphabet,
                                   MembershipOracle<I,​net.automatalib.word.Word<O>> oracle,
                                   List<net.automatalib.word.Word<I>> initialSuffixes,
                                   ClosingStrategy<? super I,​? super net.automatalib.word.Word<O>> closingStrategy)