Package de.learnlib.oracle.equivalence
Class MooreRandomWpMethodEQOracle<I,O>
- java.lang.Object
-
- de.learnlib.oracle.equivalence.AbstractTestWordEQOracle<A,I,D>
-
- de.learnlib.oracle.equivalence.RandomWpMethodEQOracle<net.automatalib.automaton.transducer.MooreMachine<?,I,?,O>,I,net.automatalib.word.Word<O>>
-
- de.learnlib.oracle.equivalence.MooreRandomWpMethodEQOracle<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 MooreRandomWpMethodEQOracle<I,O> extends RandomWpMethodEQOracle<net.automatalib.automaton.transducer.MooreMachine<?,I,?,O>,I,net.automatalib.word.Word<O>> implements EquivalenceOracle.MooreEquivalenceOracle<I,O>
A type-specific refinement ofRandomWpMethodEQOracle
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface de.learnlib.oracle.EquivalenceOracle
EquivalenceOracle.DFAEquivalenceOracle<I>, EquivalenceOracle.MealyEquivalenceOracle<I,O>, EquivalenceOracle.MooreEquivalenceOracle<I,O>
-
-
Constructor Summary
Constructors Constructor Description MooreRandomWpMethodEQOracle(MembershipOracle.MooreMembershipOracle<I,O> sulOracle, int minimalSize, int rndLength)
Delegates toRandomWpMethodEQOracle(MembershipOracle, int, int)
.MooreRandomWpMethodEQOracle(MembershipOracle.MooreMembershipOracle<I,O> sulOracle, int minimalSize, int rndLength, int bound)
Delegates toRandomWpMethodEQOracle(MembershipOracle, int, int, int)
.MooreRandomWpMethodEQOracle(MembershipOracle.MooreMembershipOracle<I,O> sulOracle, int minimalSize, int rndLength, int bound, int batchSize)
MooreRandomWpMethodEQOracle(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.RandomWpMethodEQOracle
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
-
MooreRandomWpMethodEQOracle
public MooreRandomWpMethodEQOracle(MembershipOracle.MooreMembershipOracle<I,O> sulOracle, int minimalSize, int rndLength)
Delegates toRandomWpMethodEQOracle(MembershipOracle, int, int)
.- Parameters:
sulOracle
- maps to thesulOracle
parameter of the delegateminimalSize
- maps to theminimalSize
parameter of the delegaterndLength
- maps to therndLength
parameter of the delegate
-
MooreRandomWpMethodEQOracle
public MooreRandomWpMethodEQOracle(MembershipOracle.MooreMembershipOracle<I,O> sulOracle, int minimalSize, int rndLength, int bound)
Delegates toRandomWpMethodEQOracle(MembershipOracle, int, int, int)
.- Parameters:
sulOracle
- maps to thesulOracle
parameter of the delegateminimalSize
- maps to theminimalSize
parameter of the delegaterndLength
- maps to therndLength
parameter of the delegatebound
- maps to thebound
parameter of the delegate
-
MooreRandomWpMethodEQOracle
public MooreRandomWpMethodEQOracle(MembershipOracle.MooreMembershipOracle<I,O> sulOracle, int minimalSize, int rndLength, int bound, int batchSize)
- Parameters:
sulOracle
- maps to thesulOracle
parameter of the delegateminimalSize
- maps to theminimalSize
parameter of the delegaterndLength
- maps to therndLength
parameter of the delegatebound
- maps to thebound
parameter of the delegatebatchSize
- maps to thebatchSize
parameter of the delegate
-
MooreRandomWpMethodEQOracle
public MooreRandomWpMethodEQOracle(MembershipOracle.MooreMembershipOracle<I,O> sulOracle, int minimalSize, int rndLength, int bound, Random random, int batchSize)
- Parameters:
sulOracle
- maps to thesulOracle
parameter of the delegateminimalSize
- maps to theminimalSize
parameter of the delegaterndLength
- maps to therndLength
parameter of the delegatebound
- maps to thebound
parameter of the delegaterandom
- maps to therandom
parameter of the delegatebatchSize
- maps to thebatchSize
parameter of the delegate
-
-