Uses of Package
hhreco.util

Packages that use hhreco.util
hhreco.recognition Interfaces and core classes for doing multi-stroke symbol recognition. 
hhreco.util General utility classes that can be used by any of the packages in HHreco. 
 

Classes in hhreco.util used by hhreco.recognition
ModelParser
          ModelParser is an interface that should be extended by application specific model parsers.
ModelWriter
          ModelWriter is an interface that should be extended by application specific model writers to write out data structures to an output stream.
 

Classes in hhreco.util used by hhreco.util
IteratorAdapter
          An iterator that implements the Iterator, intended for subclassing so that you don't have to provide the remove() method all the time....