public class RandomWordsEQOracle<I,D,A extends OutputAutomaton<?,I,?,D>> extends Object implements EquivalenceOracle<A,I,D>
| Modifier and Type | Class and Description |
|---|---|
static class |
RandomWordsEQOracle.DFARandomWordsEQOracle<I> |
static class |
RandomWordsEQOracle.MealyRandomWordsEQOracle<I,O> |
EquivalenceOracle.DFAEquivalenceOracle<I>, EquivalenceOracle.MealyEquivalenceOracle<I,O>| Constructor and Description |
|---|
RandomWordsEQOracle(MembershipOracle<I,D> mqOracle,
int minLength,
int maxLength,
int maxTests,
Random random) |
RandomWordsEQOracle(MembershipOracle<I,D> mqOracle,
int minLength,
int maxLength,
int maxTests,
Random random,
int batchSize) |
| Modifier and Type | Method and Description |
|---|---|
DefaultQuery<I,D> |
findCounterExample(A hypothesis,
Collection<? extends I> inputs) |
public RandomWordsEQOracle(MembershipOracle<I,D> mqOracle, int minLength, int maxLength, int maxTests, Random random, int batchSize)
public RandomWordsEQOracle(MembershipOracle<I,D> mqOracle, int minLength, int maxLength, int maxTests, Random random)
public DefaultQuery<I,D> findCounterExample(A hypothesis, Collection<? extends I> inputs)
findCounterExample in interface EquivalenceOracle<A extends OutputAutomaton<?,I,?,D>,I,D>Copyright © 2015. All Rights Reserved.