Serialized Form
|
Package org.aitools.programd |
|
Package org.aitools.programd.interfaces.graphical |
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
list
JList list
model
TableModel model
indexes
int[] indexes
sortingColumns
Vector<E> sortingColumns
ascending
boolean ascending
compares
int compares
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 |
|
Package org.aitools.programd.listener |
|
Package org.aitools.programd.logging |
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 |
|
Package org.aitools.programd.parser |
|
Package org.aitools.programd.processor |
offendingInput
String offendingInput
|
Package org.aitools.programd.processor.botconfiguration |
|
Package org.aitools.programd.server.servlet |
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 |
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Throws:
IOException
mt
int[] mt
mti
int mti
mag01
int[] mag01
__nextNextGaussian
double __nextNextGaussian
__haveNextNextGaussian
boolean __haveNextNextGaussian
mt
int[] mt
mti
int mti
mag01
int[] mag01
nextNextGaussian
double nextNextGaussian
haveNextNextGaussian
boolean haveNextNextGaussian
path
String path
- The path for which there was no match.
pattern
String pattern
- The pattern which this exception concerns.