Package de.learnlib.oracle.equivalence
Class MooreRandomWordsEQOracle<I,O>
java.lang.Object
de.learnlib.oracle.equivalence.AbstractTestWordEQOracle<A,I,D>
de.learnlib.oracle.equivalence.RandomWordsEQOracle<MooreMachine<?,I,?,O>,I,Word<O>>
de.learnlib.oracle.equivalence.MooreRandomWordsEQOracle<I,O>
- Type Parameters:
I- input symbol typeO- output symbol type
- All Implemented Interfaces:
EquivalenceOracle<MooreMachine<?,,I, ?, O>, I, Word<O>> EquivalenceOracle.MooreEquivalenceOracle<I,,O> TestWordGenerator<MooreMachine<?,I, ?, O>, I>
public class MooreRandomWordsEQOracle<I,O>
extends RandomWordsEQOracle<MooreMachine<?,I,?,O>,I,Word<O>>
implements EquivalenceOracle.MooreEquivalenceOracle<I,O>
A type-specific refinement of
RandomWordsEQOracle.-
Nested Class Summary
Nested classes/interfaces inherited from interface de.learnlib.oracle.EquivalenceOracle
EquivalenceOracle.DFAEquivalenceOracle<I>, EquivalenceOracle.MealyEquivalenceOracle<I,O>, EquivalenceOracle.MMLTEquivalenceOracle<I, O>, EquivalenceOracle.MooreEquivalenceOracle<I, O> -
Constructor Summary
ConstructorsConstructorDescriptionMooreRandomWordsEQOracle(MembershipOracle.MooreMembershipOracle<I, O> mqOracle, int minLength, int maxLength, int maxTests) Delegates toRandomWordsEQOracle(MembershipOracle, int, int, int).MooreRandomWordsEQOracle(MembershipOracle.MooreMembershipOracle<I, O> mqOracle, int minLength, int maxLength, int maxTests, Random random) MooreRandomWordsEQOracle(MembershipOracle.MooreMembershipOracle<I, O> mqOracle, int minLength, int maxLength, int maxTests, Random random, int batchSize) -
Method Summary
Methods inherited from class de.learnlib.oracle.equivalence.RandomWordsEQOracle
generateTestWordsMethods inherited from class de.learnlib.oracle.equivalence.AbstractTestWordEQOracle
findCounterExampleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.learnlib.oracle.EquivalenceOracle
findCounterExample
-
Constructor Details
-
MooreRandomWordsEQOracle
public MooreRandomWordsEQOracle(MembershipOracle.MooreMembershipOracle<I, O> mqOracle, int minLength, int maxLength, int maxTests) Delegates toRandomWordsEQOracle(MembershipOracle, int, int, int).- Parameters:
mqOracle- maps to themqOracleparameter of the delegateminLength- maps to theminLengthparameter of the delegatemaxLength- maps to themaxLengthparameter of the delegatemaxTests- maps to themaxTestsparameter of the delegate
-
MooreRandomWordsEQOracle
public MooreRandomWordsEQOracle(MembershipOracle.MooreMembershipOracle<I, O> mqOracle, int minLength, int maxLength, int maxTests, Random random) - Parameters:
mqOracle- maps to themqOracleparameter of the delegateminLength- maps to theminLengthparameter of the delegatemaxLength- maps to themaxLengthparameter of the delegatemaxTests- maps to themaxTestsparameter of the delegaterandom- maps to therandomparameter of the delegate
-
MooreRandomWordsEQOracle
public MooreRandomWordsEQOracle(MembershipOracle.MooreMembershipOracle<I, O> mqOracle, int minLength, int maxLength, int maxTests, Random random, int batchSize) - Parameters:
mqOracle- maps to themqOracleparameter of the delegateminLength- maps to theminLengthparameter of the delegatemaxLength- maps to themaxLengthparameter of the delegatemaxTests- maps to themaxTestsparameter of the delegaterandom- maps to therandomparameter of the delegatebatchSize- maps to thebatchSizeparameter of the delegate
-