Package lacam.interfaces

Interface Summary
Analysis  
Datasource This interface must be imlemented if the class should be able to be added as a datatarget to the system.
Datatarget This interface must be imlemented if the class should be able to be added as a datatarget to the system.
ErrorQeueListener If this interface is implemented a class can be added to the ErrorQeue of the system, which will forward all thrown exceptions or errors to this class.
ModelManager This interface must be implemented if a class should be able to be added as a model manager to a task.
Postprocess This interface must be implemented if a class should be able to be added as a postprocess to a task.
Preprocess This interface is to implement, if the class should be able to be added as a preprocess step to a task.
Process This interface is the super interface for any process step of a Task.
Userinterface