|
Class Summary |
| AliasHandler |
responsible for handling the 'alias' command which stores an unevaluated
OM expression in a local variable |
| ConnectHandler |
responsible to handle the connect command which is used to attach new clients
to the WUPSI. |
| DescribeHandler |
handles the 'describe' command which looks up some documentation for
OM symbols. |
| DisconnectHandler |
handles the 'disconnect' command to un-attach SCSCP systems. |
| HelpHandler |
handle the 'help' command. |
| IrcHandler |
|
| LocalHandler |
handles the 'local' command, which is (currently) used to locally store the
result of a remote computation. |
| PrintHandler |
handles the 'print' command which is merely a translator into the currently
selected format. |
| QuitHandler |
handles the 'quit' command, which closes WUPSI. |
| ReadHandler |
handles the 'read' command which reads a single file which is expected
to contain precisely one OpenMath Object in either XML, Popcorn or
OpenMath Binary. |
| SetHandler |
handles the 'set' command family, which are used to set a couple of
options. |
| ShowHandler |
handles the 'show' command family that is used to display some state
infos about the WUPSI. |
| SPSDHandler |
handle the 'spsd' command family which is used to administer the
'Simple Parallel SCSCP Dispatcher'. |
| UseHandler |
used to handle the 'use' command, which switches the currently active system. |
| WebHandler |
handles the 'web' command family responsible for starting and stopping the
web server. |
| WupsiHandler |
WupsiHandlers are used to encapsulate the functionality of the command line
commands of the WUPSI. |