public class RandomWordsEQOracle<I,O,A extends OutputAutomaton<?,I,?,O>> extends Object implements EquivalenceOracle<A,I,O>
| 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,O> mqOracle,
int minLength,
int maxLength,
int maxTests,
Random random) |
public RandomWordsEQOracle(MembershipOracle<I,O> mqOracle, int minLength, int maxLength, int maxTests, Random random)
public DefaultQuery<I,O> findCounterExample(A hypothesis, Collection<? extends I> alpha)
findCounterExample in interface EquivalenceOracle<A extends OutputAutomaton<?,I,?,O>,I,O>Copyright © 2013. All Rights Reserved.