Class KearnsVaziraniDFABuilder<I>

  • Type Parameters:
    I - input symbol type

    public final class KearnsVaziraniDFABuilder<I>
    extends Object
    A builder for constructing KearnsVaziraniDFA instances.
    • Constructor Detail

      • KearnsVaziraniDFABuilder

        public KearnsVaziraniDFABuilder()
        Creates a new builder (and may set default values for some parameters).
    • Method Detail

      • getAlphabet

        public net.automatalib.alphabet.Alphabet<I> getAlphabet()
        Returns the current value for the parameter alphabet.
        Returns:
        the current value for the parameter alphabet
      • setAlphabet

        public void setAlphabet​(net.automatalib.alphabet.Alphabet<I> alphabet)
        Sets the new value for the parameter alphabet.
        Parameters:
        alphabet - the new value for the parameter alphabet
      • withAlphabet

        public KearnsVaziraniDFABuilder<I> withAlphabet​(net.automatalib.alphabet.Alphabet<I> alphabet)
        Sets the new value for the parameter alphabet and returns this builder instance.
        Parameters:
        alphabet - the new value for the parameter alphabet
        Returns:
        the current builder instance
      • getOracle

        public MembershipOracle<I,​Boolean> getOracle()
        Returns the current value for the parameter oracle.
        Returns:
        the current value for the parameter oracle
      • setOracle

        public void setOracle​(MembershipOracle<I,​Boolean> oracle)
        Sets the new value for the parameter oracle.
        Parameters:
        oracle - the new value for the parameter oracle
      • withOracle

        public KearnsVaziraniDFABuilder<I> withOracle​(MembershipOracle<I,​Boolean> oracle)
        Sets the new value for the parameter oracle and returns this builder instance.
        Parameters:
        oracle - the new value for the parameter oracle
        Returns:
        the current builder instance
      • getRepeatedCounterexampleEvaluation

        public boolean getRepeatedCounterexampleEvaluation()
        Returns the current value for the parameter repeatedCounterexampleEvaluation.
        Returns:
        the current value for the parameter repeatedCounterexampleEvaluation
      • setRepeatedCounterexampleEvaluation

        public void setRepeatedCounterexampleEvaluation​(boolean repeatedCounterexampleEvaluation)
        Sets the new value for the parameter repeatedCounterexampleEvaluation.
        Parameters:
        repeatedCounterexampleEvaluation - the new value for the parameter repeatedCounterexampleEvaluation
      • withRepeatedCounterexampleEvaluation

        public KearnsVaziraniDFABuilder<I> withRepeatedCounterexampleEvaluation​(boolean repeatedCounterexampleEvaluation)
        Sets the new value for the parameter repeatedCounterexampleEvaluation and returns this builder instance.
        Parameters:
        repeatedCounterexampleEvaluation - the new value for the parameter repeatedCounterexampleEvaluation
        Returns:
        the current builder instance
      • getCounterexampleAnalyzer

        public AcexAnalyzer getCounterexampleAnalyzer()
        Returns the current value for the parameter counterexampleAnalyzer.
        Returns:
        the current value for the parameter counterexampleAnalyzer
      • setCounterexampleAnalyzer

        public void setCounterexampleAnalyzer​(AcexAnalyzer counterexampleAnalyzer)
        Sets the new value for the parameter counterexampleAnalyzer.
        Parameters:
        counterexampleAnalyzer - the new value for the parameter counterexampleAnalyzer
      • withCounterexampleAnalyzer

        public KearnsVaziraniDFABuilder<I> withCounterexampleAnalyzer​(AcexAnalyzer counterexampleAnalyzer)
        Sets the new value for the parameter counterexampleAnalyzer and returns this builder instance.
        Parameters:
        counterexampleAnalyzer - the new value for the parameter counterexampleAnalyzer
        Returns:
        the current builder instance