Uses of Class
de.learnlib.query.AdaptiveQuery.Response
-
Packages that use AdaptiveQuery.Response Package Description de.learnlib.query de.learnlib.util.mealy -
-
Uses of AdaptiveQuery.Response in de.learnlib.query
Methods in de.learnlib.query that return AdaptiveQuery.Response Modifier and Type Method Description AdaptiveQuery.Response
AdaptiveQuery. processOutput(O out)
Processes the output of the system under learning to the latest returned input symbol.static AdaptiveQuery.Response
AdaptiveQuery.Response. valueOf(String name)
Returns the enum constant of this type with the specified name.static AdaptiveQuery.Response[]
AdaptiveQuery.Response. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AdaptiveQuery.Response in de.learnlib.util.mealy
Methods in de.learnlib.util.mealy that return AdaptiveQuery.Response Modifier and Type Method Description AdaptiveQuery.Response
PresetAdaptiveQuery. processOutput(O out)
AdaptiveQuery.Response
WordAdaptiveQuery. processOutput(O out)
-