Serialized Form


Package org.aitools.programd

Class org.aitools.programd.CoreNotReadyException extends Exception implements Serializable


Package org.aitools.programd.interfaces.graphical

Class org.aitools.programd.interfaces.graphical.GUIConsole extends JPanel implements Serializable

Serialized Fields

core

Core core
The core associated with this console.


console

Console console
The underlying Console.


shell

Shell shell
The Shell that will (may) be used by the underlying console.


display

JTextArea display
Where console messages will be displayed.


inputPanel

org.aitools.programd.interfaces.graphical.GUIConsole.InputPanel inputPanel
Contains the input prompt and field.


outDisplay

GUIConsole.ConsoleDisplayStream outDisplay

errDisplay

GUIConsole.ConsoleDisplayStream errDisplay

frame

JFrame frame

outStream

PrintStream outStream
The stream to which console stdout will be directed.


errStream

PrintStream errStream
The stream to which console stdout will be directed.


promptStream

PrintStream promptStream
The stream to which console prompt will be directed.


inStream

GUIConsole.ConsoleInputStream inStream
The stream which will receive console input.


logo

ImageIcon logo

icon

ImageIcon icon

Class org.aitools.programd.interfaces.graphical.ListDialog extends JDialog implements Serializable

Serialized Fields

list

JList list

Class org.aitools.programd.interfaces.graphical.TableMap extends AbstractTableModel implements Serializable

Serialized Fields

model

TableModel model

Class org.aitools.programd.interfaces.graphical.TableSorter extends TableMap implements Serializable

Serialized Fields

indexes

int[] indexes

sortingColumns

Vector<E> sortingColumns

ascending

boolean ascending

compares

int compares

Class org.aitools.programd.interfaces.graphical.Tabulator extends JPanel implements Serializable

Serialized Fields

table

JTable table
The table displayed by the Tabulator.


columnCount

int columnCount
The number of columns of data managed by the Tabulator (may be more than the number of visible columns!).


visibleColumnCount

int visibleColumnCount
The number of visible columns in the table.


dataTableModel

org.aitools.programd.interfaces.graphical.Tabulator.TabulatorTableModel dataTableModel
The TableModel that contains the data.


sorterTableModel

TableSorter sorterTableModel
The TableModel that sorts the data.


Package org.aitools.programd.interfaces.shell

Class org.aitools.programd.interfaces.shell.NoSuchCommandException extends Exception implements Serializable


Package org.aitools.programd.listener

Class org.aitools.programd.listener.InvalidListenerParameterException extends Exception implements Serializable


Package org.aitools.programd.logging

Class org.aitools.programd.logging.ChatLogEvent extends org.apache.log4j.spi.LoggingEvent implements Serializable

Serialized Fields

input

String input
The client's input.


reply

String reply
The bot's response.


userid

String userid
The id of the user.


botid

String botid
The id of the bot.


Package org.aitools.programd.multiplexor

Class org.aitools.programd.multiplexor.DuplicateUserIDError extends Exception implements Serializable

Class org.aitools.programd.multiplexor.NoSuchPredicateException extends Exception implements Serializable

Class org.aitools.programd.multiplexor.PredicateMap extends HashMap<String,PredicateValue> implements Serializable


Package org.aitools.programd.parser

Class org.aitools.programd.parser.TemplateParserException extends Exception implements Serializable


Package org.aitools.programd.processor

Class org.aitools.programd.processor.ProcessorException extends Exception implements Serializable

Serialized Fields

offendingInput

String offendingInput

Package org.aitools.programd.processor.botconfiguration

Class org.aitools.programd.processor.botconfiguration.InvalidStartupElementException extends ProcessorException implements Serializable


Package org.aitools.programd.server.servlet

Class org.aitools.programd.server.servlet.TalkToBotServlet extends HttpServlet implements Serializable

Serialized Fields

core

Core core
The Core object that will be used throughout.


defaultBotServletPage

String defaultBotServletPage
A default bot page if none other is provided.


errorPage

String errorPage
A page to use for displaying errors.


Package org.aitools.programd.util

Class org.aitools.programd.util.CouldNotCreateFileException extends Exception implements Serializable

Class org.aitools.programd.util.DeveloperError extends Error implements Serializable

Class org.aitools.programd.util.FileAlreadyExistsAsDirectoryException extends Exception implements Serializable

Class org.aitools.programd.util.FileAlreadyExistsAsFileException extends Exception implements Serializable

Class org.aitools.programd.util.MersenneTwister extends Random implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

mt

int[] mt

mti

int mti

mag01

int[] mag01

__nextNextGaussian

double __nextNextGaussian

__haveNextNextGaussian

boolean __haveNextNextGaussian

Class org.aitools.programd.util.MersenneTwisterFast extends Object implements Serializable

Serialized Fields

mt

int[] mt

mti

int mti

mag01

int[] mag01

nextNextGaussian

double nextNextGaussian

haveNextNextGaussian

boolean haveNextNextGaussian

Class org.aitools.programd.util.NoMatchException extends Exception implements Serializable

Serialized Fields

path

String path
The path for which there was no match.

Class org.aitools.programd.util.NotAnAIMLPatternException extends Exception implements Serializable

Serialized Fields

pattern

String pattern
The pattern which this exception concerns.

Class org.aitools.programd.util.NotARegisteredClassException extends Exception implements Serializable

Class org.aitools.programd.util.NotARegisteredObjectException extends Exception implements Serializable

Class org.aitools.programd.util.UnspecifiedParameterError extends Error implements Serializable

Class org.aitools.programd.util.UserError extends Error implements Serializable