Package de.learnlib.oracle.equivalence
Class MealyCompleteExplorationEQOracle<I,O>
- java.lang.Object
-
- de.learnlib.oracle.equivalence.AbstractTestWordEQOracle<A,I,D>
-
- de.learnlib.oracle.equivalence.CompleteExplorationEQOracle<net.automatalib.automaton.transducer.MealyMachine<?,I,?,O>,I,net.automatalib.word.Word<O>>
-
- de.learnlib.oracle.equivalence.MealyCompleteExplorationEQOracle<I,O>
-
- Type Parameters:
I- input symbol typeO- output symbol type
- All Implemented Interfaces:
EquivalenceOracle<net.automatalib.automaton.transducer.MealyMachine<?,I,?,O>,I,net.automatalib.word.Word<O>>,EquivalenceOracle.MealyEquivalenceOracle<I,O>
public class MealyCompleteExplorationEQOracle<I,O> extends CompleteExplorationEQOracle<net.automatalib.automaton.transducer.MealyMachine<?,I,?,O>,I,net.automatalib.word.Word<O>> implements EquivalenceOracle.MealyEquivalenceOracle<I,O>
A type-specific refinement ofCompleteExplorationEQOracle.
-
-
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 MealyCompleteExplorationEQOracle(MembershipOracle.MealyMembershipOracle<I,O> sulOracle, int maxDepth)Delegates toCompleteExplorationEQOracle(MembershipOracle, int).MealyCompleteExplorationEQOracle(MembershipOracle.MealyMembershipOracle<I,O> sulOracle, int minDepth, int maxDepth)Delegates toCompleteExplorationEQOracle(MembershipOracle, int, int).MealyCompleteExplorationEQOracle(MembershipOracle.MealyMembershipOracle<I,O> sulOracle, int minDepth, int maxDepth, int batchSize)
-
Method Summary
-
Methods inherited from class de.learnlib.oracle.equivalence.CompleteExplorationEQOracle
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
-
MealyCompleteExplorationEQOracle
public MealyCompleteExplorationEQOracle(MembershipOracle.MealyMembershipOracle<I,O> sulOracle, int maxDepth)
Delegates toCompleteExplorationEQOracle(MembershipOracle, int).- Parameters:
sulOracle- maps to thesulOracleparameter of the delegatemaxDepth- maps to themaxDepthparameter of the delegate
-
MealyCompleteExplorationEQOracle
public MealyCompleteExplorationEQOracle(MembershipOracle.MealyMembershipOracle<I,O> sulOracle, int minDepth, int maxDepth)
Delegates toCompleteExplorationEQOracle(MembershipOracle, int, int).- Parameters:
sulOracle- maps to thesulOracleparameter of the delegateminDepth- maps to theminDepthparameter of the delegatemaxDepth- maps to themaxDepthparameter of the delegate
-
MealyCompleteExplorationEQOracle
public MealyCompleteExplorationEQOracle(MembershipOracle.MealyMembershipOracle<I,O> sulOracle, int minDepth, int maxDepth, int batchSize)
- Parameters:
sulOracle- maps to thesulOracleparameter of the delegateminDepth- maps to theminDepthparameter of the delegatemaxDepth- maps to themaxDepthparameter of the delegatebatchSize- maps to thebatchSizeparameter of the delegate
-
-