Package de.learnlib.oracle.equivalence
Class MooreRandomWMethodEQOracle<I,O>
- java.lang.Object
-
- de.learnlib.oracle.equivalence.AbstractTestWordEQOracle<A,I,D>
-
- de.learnlib.oracle.equivalence.RandomWMethodEQOracle<net.automatalib.automaton.transducer.MooreMachine<?,I,?,O>,I,net.automatalib.word.Word<O>>
-
- de.learnlib.oracle.equivalence.MooreRandomWMethodEQOracle<I,O>
-
- Type Parameters:
I- input symbol typeO- output symbol type
- All Implemented Interfaces:
EquivalenceOracle<net.automatalib.automaton.transducer.MooreMachine<?,I,?,O>,I,net.automatalib.word.Word<O>>,EquivalenceOracle.MooreEquivalenceOracle<I,O>
public class MooreRandomWMethodEQOracle<I,O> extends RandomWMethodEQOracle<net.automatalib.automaton.transducer.MooreMachine<?,I,?,O>,I,net.automatalib.word.Word<O>> implements EquivalenceOracle.MooreEquivalenceOracle<I,O>
A type-specific refinement ofRandomWMethodEQOracle.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface de.learnlib.oracle.EquivalenceOracle
EquivalenceOracle.DFAEquivalenceOracle<I extends Object>, EquivalenceOracle.MealyEquivalenceOracle<I extends Object,O extends Object>, EquivalenceOracle.MooreEquivalenceOracle<I extends Object,O extends Object>
-
-
Constructor Summary
Constructors Constructor Description MooreRandomWMethodEQOracle(MembershipOracle.MooreMembershipOracle<I,O> sulOracle, int minimalSize, int rndLength)Delegates toRandomWMethodEQOracle(MembershipOracle, int, int).MooreRandomWMethodEQOracle(MembershipOracle.MooreMembershipOracle<I,O> sulOracle, int minimalSize, int rndLength, int bound)Delegates toRandomWMethodEQOracle(MembershipOracle, int, int, int).MooreRandomWMethodEQOracle(MembershipOracle.MooreMembershipOracle<I,O> sulOracle, int minimalSize, int rndLength, int bound, int batchSize)MooreRandomWMethodEQOracle(MembershipOracle.MooreMembershipOracle<I,O> sulOracle, int minimalSize, int rndLength, int bound, Random random, int batchSize)
-
Method Summary
-
Methods inherited from class de.learnlib.oracle.equivalence.RandomWMethodEQOracle
generateTestWords
-
Methods inherited from class de.learnlib.oracle.equivalence.AbstractTestWordEQOracle
findCounterExample
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.learnlib.oracle.EquivalenceOracle
findCounterExample
-
-
-
-
Constructor Detail
-
MooreRandomWMethodEQOracle
public MooreRandomWMethodEQOracle(MembershipOracle.MooreMembershipOracle<I,O> sulOracle, int minimalSize, int rndLength)
Delegates toRandomWMethodEQOracle(MembershipOracle, int, int).- Parameters:
sulOracle- maps to thesulOracleparameter of the delegateminimalSize- maps to theminimalSizeparameter of the delegaterndLength- maps to therndLengthparameter of the delegate
-
MooreRandomWMethodEQOracle
public MooreRandomWMethodEQOracle(MembershipOracle.MooreMembershipOracle<I,O> sulOracle, int minimalSize, int rndLength, int bound)
Delegates toRandomWMethodEQOracle(MembershipOracle, int, int, int).- Parameters:
sulOracle- maps to thesulOracleparameter of the delegateminimalSize- maps to theminimalSizeparameter of the delegaterndLength- maps to therndLengthparameter of the delegatebound- maps to theboundparameter of the delegate
-
MooreRandomWMethodEQOracle
public MooreRandomWMethodEQOracle(MembershipOracle.MooreMembershipOracle<I,O> sulOracle, int minimalSize, int rndLength, int bound, int batchSize)
- Parameters:
sulOracle- maps to thesulOracleparameter of the delegateminimalSize- maps to theminimalSizeparameter of the delegaterndLength- maps to therndLengthparameter of the delegatebound- maps to theboundparameter of the delegatebatchSize- maps to thebatchSizeparameter of the delegate
-
MooreRandomWMethodEQOracle
public MooreRandomWMethodEQOracle(MembershipOracle.MooreMembershipOracle<I,O> sulOracle, int minimalSize, int rndLength, int bound, Random random, int batchSize)
- Parameters:
sulOracle- maps to thesulOracleparameter of the delegateminimalSize- maps to theminimalSizeparameter of the delegaterndLength- maps to therndLengthparameter of the delegatebound- maps to theboundparameter of the delegaterandom- maps to therandomparameter of the delegatebatchSize- maps to thebatchSizeparameter of the delegate
-
-