Package de.learnlib.oracle.equivalence
Class DFARandomWpMethodEQOracle<I>
- java.lang.Object
-
- de.learnlib.oracle.equivalence.AbstractTestWordEQOracle<A,I,D>
-
- de.learnlib.oracle.equivalence.RandomWpMethodEQOracle<net.automatalib.automaton.fsa.DFA<?,I>,I,Boolean>
-
- de.learnlib.oracle.equivalence.DFARandomWpMethodEQOracle<I>
-
- Type Parameters:
I
- input symbol type
- All Implemented Interfaces:
EquivalenceOracle<net.automatalib.automaton.fsa.DFA<?,I>,I,Boolean>
,EquivalenceOracle.DFAEquivalenceOracle<I>
public class DFARandomWpMethodEQOracle<I> extends RandomWpMethodEQOracle<net.automatalib.automaton.fsa.DFA<?,I>,I,Boolean> implements EquivalenceOracle.DFAEquivalenceOracle<I>
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 DFARandomWpMethodEQOracle(MembershipOracle.DFAMembershipOracle<I> sulOracle, int minimalSize, int rndLength)
Delegates toRandomWpMethodEQOracle(MembershipOracle, int, int)
.DFARandomWpMethodEQOracle(MembershipOracle.DFAMembershipOracle<I> sulOracle, int minimalSize, int rndLength, int bound)
Delegates toRandomWpMethodEQOracle(MembershipOracle, int, int, int)
.DFARandomWpMethodEQOracle(MembershipOracle.DFAMembershipOracle<I> sulOracle, int minimalSize, int rndLength, int bound, int batchSize)
DFARandomWpMethodEQOracle(MembershipOracle.DFAMembershipOracle<I> 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
-
DFARandomWpMethodEQOracle
public DFARandomWpMethodEQOracle(MembershipOracle.DFAMembershipOracle<I> 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
-
DFARandomWpMethodEQOracle
public DFARandomWpMethodEQOracle(MembershipOracle.DFAMembershipOracle<I> 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
-
DFARandomWpMethodEQOracle
public DFARandomWpMethodEQOracle(MembershipOracle.DFAMembershipOracle<I> 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
-
DFARandomWpMethodEQOracle
public DFARandomWpMethodEQOracle(MembershipOracle.DFAMembershipOracle<I> 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
-
-