See: Description
| Class | Description |
|---|---|
| DataService |
This is a
Service implementation that includes basic data and evaluation handling. |
| DataServiceInitialise |
This class performs some additional or final initialisations, after a
DataService
service has been properly loaded and registered. |
| DefaultServiceFactory |
The default service factory for the licas services.
|
| InformationMediator |
This class can be used to mediate between the information services that are created,
the information sources and any related centralised problem solver.
|
| InformationService |
This class can be used to retrieve information from a
Resource source. |
| JarFactory |
This class controls the local or remote handling of jar files by the server.
|
| ModuleServiceFactory |
This service factory is read automatically by the GUI when loaded, to store a
pre-programmed script of the services it provides.
|
| ScriptService |
This service executes a single script process each behaviour invocation.
|
| ServiceFactory |
This class determines what service interfaces are returned for each service type.
|
| ServiceMediator |
This is the base class for mediating between the services that are created and running
on a single server.
|