public class RandomWordsEQOracle<I,O,A extends OutputAutomaton<?,I,?,O>> extends Object implements EquivalenceOracle<A,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.