All Packages Class Hierarchy This Package Previous Next Index
Class ParkaClient.SimpleClient
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Frame
|
+----ParkaClient.SimpleClient
- public class SimpleClient
- extends Frame
- implements ActionListener, ItemListener, ParkaWin
A GUI that allows the user to test functionality of the ParkaClient
code. Currently, the functions Query, Insert Assertions, Delete
Assertions, Insert Frames, Delete Frames and Insert Predicates are
supported.
-
AVAIL_KBS
- Array of commonly accessed KB names.
-
commands
-
-
DEFAULT_PORT
- Default port number to connect to KB
-
DEFAULT_SERVER
- Default host machine for KB
-
SimpleClient()
-
-
actionPerformed(ActionEvent)
- Catches button presses
-
displayMessage(String)
- Implment ParkaWin interface methods
-
itemStateChanged(ItemEvent)
- Listens for updates to the KB choice box
-
main(String[])
-
DEFAULT_SERVER
protected static String DEFAULT_SERVER
- Default host machine for KB
DEFAULT_PORT
protected static String DEFAULT_PORT
- Default port number to connect to KB
AVAIL_KBS
protected static String AVAIL_KBS[]
- Array of commonly accessed KB names.
commands
protected static final String commands[][]
SimpleClient
public SimpleClient()
main
public static void main(String args[])
actionPerformed
public void actionPerformed(ActionEvent event)
- Catches button presses
itemStateChanged
public void itemStateChanged(ItemEvent event)
- Listens for updates to the KB choice box
displayMessage
public void displayMessage(String msg)
- Implment ParkaWin interface methods
All Packages Class Hierarchy This Package Previous Next Index