|
Summary
This document presents a software tool designed to researchers interested
in the development of prototypes of intelligent systems, with an easy-to-use
graphical user interface. It can also be used to simulate discrete event
models. The ONtoolkit is composed of three main software components:
-
MTON (Multi-Threaded Object Network)
engine, which is the set of all classes that implements the object networks
formalism and its simulation engine.
-
Graphical User Interface, which is the
front-end for the MTON engine, enabling editing and simulating.
-
Plug Server, which is the communication
point between a running network and the external world.
ONtoolkit data sheet:
-
Java 1.2 compliant.
-
All code uses about 160 classes in ~31K lines.
-
The graphical user interface and the console server can run in different
machines, maximizing the productivity in networked environments. The default
setting starts both on the same Java Virtual Machine.
|
|