Package lacam.processes

Class Summary
DefaultAnalysis This class pipes the history data coming from the modelmanager to the postprocessor without any manipulation.
DefaultDatasource This class actually does nothing.
DefaultDatatarget This class just prints incoming data on the System.out
DefaultModelManager This class copies data coming from the preprocessor to the analysis and the userinterface without any manipulation.
DefaultPostprocess This class pipes data coming from the analysis to the datatargets without any manipulation.
DefaultPreprocess This class pipes data coming from the datasource to the modelmanager without any manipulation.
DefaultUserinterface This class pipes data coming from the modelmanager to the analysis without any manipulation.