|
Packages |
| org.retro.gis |
Provides classes and interfaces for the main Bot engine, some classes
include IRC handling, TCP server implementations and system level
utilities. |
| org.retro.gis.relate |
Provides classes and interfaces for code generated from the RelateBuilder
for the runtime database engine. |
| org.retro.gis.tools |
Provides classes for interacting with external libraries. |
| org.retro.gis.util |
Provides classes for phrase processing, these classes contain basic word-sets and a small grammar. |
| org.retro.lisp |
Provides classes for a simple lisp library, this library is not
as robust as the Scheme suite. |
| org.retro.neural |
Provides classes and interfaces for the SNARLI neural library, these classes
allow you to easily create self-organizing-maps, back-propagation networks,
and other mathematical constructs. |
| org.retro.scheme |
The scheme library based on JScheme provides everything needed to process
R4RS scheme on top of java. |
| org.retro.test |
Provides classes for testing core utilities, use the 'unit' testing library for a
more robust testing suite. |
| org.retro.web |
Provides classes for J2EE based links to the bot server
or other linking with the MySQL database, some objects
include a servlet client that connects to the active
bot server. |
| org.retro.xml |
Provides classes for SAX-based XML manipulation, the third-party libraries
provided in the 'lib' directory will be used more extensively then these
libraries, these SAX classes provided are still robust; also included
are easy-to-use DOM routines and other BOT based classes. |