Uses of Package
de.learnlib.query
-
Packages that use de.learnlib.query Package Description de.learnlib.algorithm This package contains the basic interfaces and classes of learning algorithms of LearnLib.de.learnlib.oracle This package 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 AdaptiveQuery An adaptive query is a variation of the (regular)Querythat allows one to dynamically select the symbols to query based on responses to previous symbols.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 AdaptiveQuery.Response The different types of responses when processing outputs from the system under learning.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.