Class MealyRandomWordsEQOracle<I,​O>

    • Constructor Detail

      • MealyRandomWordsEQOracle

        public MealyRandomWordsEQOracle​(MembershipOracle.MealyMembershipOracle<I,​O> 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
      • MealyRandomWordsEQOracle

        public MealyRandomWordsEQOracle​(MembershipOracle.MealyMembershipOracle<I,​O> 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
      • MealyRandomWordsEQOracle

        public MealyRandomWordsEQOracle​(MembershipOracle.MealyMembershipOracle<I,​O> 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