Class MealyRandomWMethodEQOracle<I,​O>

    • Constructor Detail

      • MealyRandomWMethodEQOracle

        public MealyRandomWMethodEQOracle​(MembershipOracle.MealyMembershipOracle<I,​O> sulOracle,
                                          int minimalSize,
                                          int rndLength,
                                          int bound)
        Parameters:
        sulOracle - maps to the sulOracle parameter of the delegate
        minimalSize - maps to the minimalSize parameter of the delegate
        rndLength - maps to the rndLength parameter of the delegate
        bound - maps to the bound parameter of the delegate
      • MealyRandomWMethodEQOracle

        public MealyRandomWMethodEQOracle​(MembershipOracle.MealyMembershipOracle<I,​O> sulOracle,
                                          int minimalSize,
                                          int rndLength,
                                          int bound,
                                          int batchSize)
        Parameters:
        sulOracle - maps to the sulOracle parameter of the delegate
        minimalSize - maps to the minimalSize parameter of the delegate
        rndLength - maps to the rndLength parameter of the delegate
        bound - maps to the bound parameter of the delegate
        batchSize - maps to the batchSize parameter of the delegate
      • MealyRandomWMethodEQOracle

        public MealyRandomWMethodEQOracle​(MembershipOracle.MealyMembershipOracle<I,​O> sulOracle,
                                          int minimalSize,
                                          int rndLength,
                                          int bound,
                                          Random random,
                                          int batchSize)
        Parameters:
        sulOracle - maps to the sulOracle parameter of the delegate
        minimalSize - maps to the minimalSize parameter of the delegate
        rndLength - maps to the rndLength parameter of the delegate
        bound - maps to the bound parameter of the delegate
        random - maps to the random parameter of the delegate
        batchSize - maps to the batchSize parameter of the delegate