Uses of Class
de.learnlib.oracle.equivalence.AbstractTestWordEQOracle
-
-
Uses of AbstractTestWordEQOracle in de.learnlib.oracle.equivalence
Subclasses of AbstractTestWordEQOracle in de.learnlib.oracle.equivalence Modifier and Type Class Description classCompleteExplorationEQOracle<A extends net.automatalib.automaton.concept.Output<I,D>,I,D>Implements an equivalence check by complete exploration up to a given depth, i.e., by testing all possible sequences of a certain length within a specified range.classDFACompleteExplorationEQOracle<I>A type-specific refinement ofCompleteExplorationEQOracle.classDFAIncrementalWMethodEQOracle<I>A type-specific refinement ofIncrementalWMethodEQOracle.classDFARandomWMethodEQOracle<I>A type-specific refinement ofRandomWMethodEQOracle.classDFARandomWordsEQOracle<I>A type-specific refinement ofRandomWordsEQOracle.classDFARandomWpMethodEQOracle<I>A type-specific refinement ofRandomWpMethodEQOracle.classDFAWMethodEQOracle<I>A type-specific refinement ofWMethodEQOracle.classDFAWpMethodEQOracle<I>A type-specific refinement ofWpMethodEQOracle.classIncrementalWMethodEQOracle<A extends net.automatalib.automaton.UniversalDeterministicAutomaton<?,I,?,?,?> & net.automatalib.automaton.concept.Output<I,D>,I,D>classMealyCompleteExplorationEQOracle<I,O>A type-specific refinement ofCompleteExplorationEQOracle.classMealyIncrementalWMethodEQOracle<I,O>A type-specific refinement ofIncrementalWMethodEQOracle.classMealyRandomWMethodEQOracle<I,O>A type-specific refinement ofRandomWMethodEQOracle.classMealyRandomWordsEQOracle<I,O>A type-specific refinement ofRandomWordsEQOracle.classMealyRandomWpMethodEQOracle<I,O>A type-specific refinement ofRandomWpMethodEQOracle.classMealyWMethodEQOracle<I,O>A type-specific refinement ofWMethodEQOracle.classMealyWpMethodEQOracle<I,O>A type-specific refinement ofWpMethodEQOracle.classMooreCompleteExplorationEQOracle<I,O>A type-specific refinement ofCompleteExplorationEQOracle.classMooreIncrementalWMethodEQOracle<I,O>A type-specific refinement ofIncrementalWMethodEQOracle.classMooreRandomWMethodEQOracle<I,O>A type-specific refinement ofRandomWMethodEQOracle.classMooreRandomWordsEQOracle<I,O>A type-specific refinement ofRandomWordsEQOracle.classMooreRandomWpMethodEQOracle<I,O>A type-specific refinement ofRandomWpMethodEQOracle.classMooreWMethodEQOracle<I,O>A type-specific refinement ofWMethodEQOracle.classMooreWpMethodEQOracle<I,O>A type-specific refinement ofWpMethodEQOracle.classRandomWMethodEQOracle<A extends net.automatalib.automaton.UniversalDeterministicAutomaton<?,I,?,?,?> & net.automatalib.automaton.concept.Output<I,D>,I,D>Implements an equivalence test based on a randomized version of the W-method as described in Complementing Model Learning with Mutation-Based Fuzzing by Rick Smetsers, Joshua Moerman, Mark Janssen, Sicco Verwer.classRandomWordsEQOracle<A extends net.automatalib.automaton.concept.Output<I,D>,I,D>classRandomWpMethodEQOracle<A extends net.automatalib.automaton.UniversalDeterministicAutomaton<?,I,?,?,?> & net.automatalib.automaton.concept.Output<I,D>,I,D>Implements an equivalence test based on a randomized version of the W(p)-method as described in Complementing Model Learning with Mutation-Based Fuzzing by Rick Smetsers, Joshua Moerman, Mark Janssen, Sicco Verwer.classWMethodEQOracle<A extends net.automatalib.automaton.UniversalDeterministicAutomaton<?,I,?,?,?> & net.automatalib.automaton.concept.Output<I,D>,I,D>Implements an equivalence test by applying the W-method test on the given hypothesis automaton, as described in Testing Software Design Modeled by Finite-State Machines by T. S. Chow.classWpMethodEQOracle<A extends net.automatalib.automaton.UniversalDeterministicAutomaton<?,I,?,?,?> & net.automatalib.automaton.concept.Output<I,D>,I,D>Implements an equivalence test by applying the Wp-method test on the given hypothesis automaton, as described in Test selection based on finite state models by S. Fujiwara et al. -
Uses of AbstractTestWordEQOracle in de.learnlib.oracle.equivalence.sba
Subclasses of AbstractTestWordEQOracle in de.learnlib.oracle.equivalence.sba Modifier and Type Class Description classWMethodEQOracle<I>AnSBAversion ofWMethodEQOraclewhich generates test sequences based on theW-methodfor each procedure. -
Uses of AbstractTestWordEQOracle in de.learnlib.oracle.equivalence.spa
Subclasses of AbstractTestWordEQOracle in de.learnlib.oracle.equivalence.spa Modifier and Type Class Description classWMethodEQOracle<I>AnSPAversion ofWMethodEQOraclewhich generates test sequences based on the W-method for each procedure.classWpMethodEQOracle<I>AnSPAversion ofWpMethodEQOraclewhich generates test sequences based on the partial W-method for each procedure. -
Uses of AbstractTestWordEQOracle in de.learnlib.oracle.equivalence.spmm
Subclasses of AbstractTestWordEQOracle in de.learnlib.oracle.equivalence.spmm Modifier and Type Class Description classWMethodEQOracle<I,O>Implements an equivalence test by applying the W-method test on the procedures of the given hypothesisSBA, as described in "Testing software design modeled by finite state machines" by T.S. -
Uses of AbstractTestWordEQOracle in de.learnlib.oracle.equivalence.vpa
Subclasses of AbstractTestWordEQOracle in de.learnlib.oracle.equivalence.vpa Modifier and Type Class Description classRandomWellMatchedWordsEQOracle<I>An equivalence oracle based on the generation of random (well-matched) words.
-