Class DFARandomWordsEQOracle<I>

    • Constructor Detail

      • DFARandomWordsEQOracle

        public DFARandomWordsEQOracle​(MembershipOracle.DFAMembershipOracle<I> mqOracle,
                                      int minLength,
                                      int maxLength,
                                      int maxTests)
        Parameters:
        mqOracle - maps to the mqOracle parameter of the delegate
        minLength - maps to the minLength parameter of the delegate
        maxLength - maps to the maxLength parameter of the delegate
        maxTests - maps to the maxTests parameter of the delegate
      • DFARandomWordsEQOracle

        public DFARandomWordsEQOracle​(MembershipOracle.DFAMembershipOracle<I> mqOracle,
                                      int minLength,
                                      int maxLength,
                                      int maxTests,
                                      Random random)
        Parameters:
        mqOracle - maps to the mqOracle parameter of the delegate
        minLength - maps to the minLength parameter of the delegate
        maxLength - maps to the maxLength parameter of the delegate
        maxTests - maps to the maxTests parameter of the delegate
        random - maps to the random parameter of the delegate
      • DFARandomWordsEQOracle

        public DFARandomWordsEQOracle​(MembershipOracle.DFAMembershipOracle<I> mqOracle,
                                      int minLength,
                                      int maxLength,
                                      int maxTests,
                                      Random random,
                                      int batchSize)
        Parameters:
        mqOracle - maps to the mqOracle parameter of the delegate
        minLength - maps to the minLength parameter of the delegate
        maxLength - maps to the maxLength parameter of the delegate
        maxTests - maps to the maxTests parameter of the delegate
        random - maps to the random parameter of the delegate
        batchSize - maps to the batchSize parameter of the delegate