Uses of Interface
de.learnlib.oracle.InclusionOracle
-
Packages that use InclusionOracle Package Description de.learnlib.oracle This package (including sub-packages) contains the basic interfaces and classes for describing and implementing various types of oracles used throughout LearnLib. -
-
Uses of InclusionOracle in de.learnlib.oracle
Subinterfaces of InclusionOracle in de.learnlib.oracle Modifier and Type Interface Description interfaceBlackBoxOracle<A extends Output<I,D>,I,D>Decides whether some words that do not satisfy properties evaluated byBlackBoxOracle.getPropertyOracles()on a given hypothesis, are included in a language.static interfaceBlackBoxOracle.DFABlackBoxOracle<I>static interfaceBlackBoxOracle.MealyBlackBoxOracle<I,O>static interfaceInclusionOracle.DFAInclusionOracle<I>static interfaceInclusionOracle.MealyInclusionOracle<I,O>interfacePropertyOracle<I,A extends Output<I,D>,P,D>APropertyOraclecan disprove a property, and used to find a counter example to a hypothesis.static interfacePropertyOracle.DFAPropertyOracle<I,P>static interfacePropertyOracle.MealyPropertyOracle<I,O,P>
-