Uses of Interface
edu.uky.ai.io.ObjectParser
Package | Description |
---|---|
edu.uky.ai.io |
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 ObjectParser Modifier and Type Method Description <E> ObjectParser<? extends E>
Parser. getParser(java.lang.Class<E> type)
Returns the @{link ObjectParser} responsible for parsing objects of the given type.Methods in edu.uky.ai.io with parameters of type ObjectParser Modifier and Type Method Description <E> void
Parser. setParser(java.lang.Class<E> type, ObjectParser<? extends E> parser)
Sets theObjectParser
for a the given type.