Package edu.cs.ai.kreator.control

Interface Summary
EventKreatorWorker.WorkerDispatcher  
 

Class Summary
EventKreatorWorker An event driven worker.
FileController This Controller handles every file-operation, like opening, saving or closing DataFiles.
GuiController This controller only handles GUI-Actions, like opening dialogs.
KreatorWorker<T> A KReatorWorker represents a thread, which can be executed by our WorkerController.
ModelController This controller handles operations, which work on models: Query, Learn, script execution.
ProjectController This controller manages projects.
WorkerController This controller manages a pool of running threads.