Uses of Interface
edu.uky.ai.io.ObjectParser
Packages that use ObjectParser
Package
Description
Contains utilities for reading and writing AI problems and the algorithms
that solve them.
-
Uses of ObjectParser in edu.uky.ai.io
Methods in edu.uky.ai.io that return ObjectParserModifier and TypeMethodDescription<E> ObjectParser<? extends E>Returns the @{link ObjectParser} responsible for parsing objects of the given type.Methods in edu.uky.ai.io with parameters of type ObjectParserModifier and TypeMethodDescription<E> voidParser.setParser(Class<E> type, ObjectParser<? extends E> parser) Sets theObjectParserfor a the given type.