Uses of Package
de.learnlib.query
-
Packages that use de.learnlib.query Package Description de.learnlib.algorithm This package (including sub-packages) contains the basic interfaces and classes of learning algorithms of LearnLib.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.de.learnlib.query -
Classes in de.learnlib.query used by de.learnlib.algorithm Class Description DefaultQuery A query is a container for tests a learning algorithms performs, containing the actual test and the corresponding result. -
Classes in de.learnlib.query used by de.learnlib.oracle Class Description DefaultQuery A query is a container for tests a learning algorithms performs, containing the actual test and the corresponding result.OmegaQuery A query that represents information about infinite words in an ultimately periodic pattern.Query A query is the basic form of interaction between alearnerand a(membership) oracle, or teacher. -
Classes in de.learnlib.query used by de.learnlib.query Class Description AbstractQuery DefaultQuery A query is a container for tests a learning algorithms performs, containing the actual test and the corresponding result.Query A query is the basic form of interaction between alearnerand a(membership) oracle, or teacher.