|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Process | |
lacam.interfaces | |
lacam.processes |
Uses of Process in lacam.interfaces |
Subinterfaces of Process in lacam.interfaces | |
interface |
Analysis
|
interface |
Datasource
This interface must be imlemented if the class should be able to be added as a datatarget to the system. |
interface |
Datatarget
This interface must be imlemented if the class should be able to be added as a datatarget to the system. |
interface |
ModelManager
This interface must be implemented if a class should be able to be added as a model manager to a task. |
interface |
Postprocess
This interface must be implemented if a class should be able to be added as a postprocess to a task. |
interface |
Preprocess
This interface is to implement, if the class should be able to be added as a preprocess step to a task. |
interface |
Userinterface
|
Uses of Process in lacam.processes |
Classes in lacam.processes that implement Process | |
class |
DefaultAnalysis
This class pipes the history data coming from the modelmanager to the postprocessor without any manipulation. |
class |
DefaultDatasource
This class actually does nothing. |
class |
DefaultDatatarget
This class just prints incoming data on the System.out |
class |
DefaultModelManager
This class copies data coming from the preprocessor to the analysis and the userinterface without any manipulation. |
class |
DefaultPostprocess
This class pipes data coming from the analysis to the datatargets without any manipulation. |
class |
DefaultPreprocess
This class pipes data coming from the datasource to the modelmanager without any manipulation. |
class |
DefaultUserinterface
This class pipes data coming from the modelmanager to the analysis without any manipulation. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |