public static class RandomWMethodEQOracle.MealyRandomWMethodEQOracle<I,O> extends RandomWMethodEQOracle<MealyMachine<?,I,?,O>,I,Word<O>> implements EquivalenceOracle.MealyEquivalenceOracle<I,O>
RandomWMethodEQOracle.DFARandomWMethodEQOracle<I>, RandomWMethodEQOracle.MealyRandomWMethodEQOracle<I,O>EquivalenceOracle.DFAEquivalenceOracle<I>, EquivalenceOracle.MealyEquivalenceOracle<I,O>| Constructor and Description |
|---|
MealyRandomWMethodEQOracle(MembershipOracle<I,Word<O>> mqOracle,
int minimalSize,
int rndLength) |
MealyRandomWMethodEQOracle(MembershipOracle<I,Word<O>> mqOracle,
int minimalSize,
int rndLength,
int bound) |
MealyRandomWMethodEQOracle(MembershipOracle<I,Word<O>> mqOracle,
int minimalSize,
int rndLength,
int bound,
int batchSize) |
MealyRandomWMethodEQOracle(MembershipOracle<I,Word<O>> mqOracle,
int minimalSize,
int rndLength,
int bound,
Random random,
int batchSize) |
generateTestWordsfindCounterExampleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfindCounterExamplepublic MealyRandomWMethodEQOracle(MembershipOracle<I,Word<O>> mqOracle, int minimalSize, int rndLength)
public MealyRandomWMethodEQOracle(MembershipOracle<I,Word<O>> mqOracle, int minimalSize, int rndLength, int bound)
public MealyRandomWMethodEQOracle(MembershipOracle<I,Word<O>> mqOracle, int minimalSize, int rndLength, int bound, int batchSize)
public MealyRandomWMethodEQOracle(MembershipOracle<I,Word<O>> mqOracle, int minimalSize, int rndLength, int bound, Random random, int batchSize)
Copyright © 2019. All rights reserved.