Package edu.uky.ai.io
Contains utilities for reading and writing AI problems and the algorithms
that solve them.
-
Interface Summary Interface Description ObjectParser<E> An object parser provides a means of translating a node into an object of a specific kind. -
Class Summary Class Description DummyOutputStream An implementation ofOutputStream
that does nothing.DummyWriter An implementation ofWriter
that does nothing.List A list is a collection of 0 to many nodes.Node Parser Converts text into various kinds of objects based on customizable rules.Symbol A symbol is a string of characters. -
Exception Summary Exception Description FormatException A format exception is thrown when the input to aParser
is improperly formatted.