lacam.interfaces
Interface Preprocess

All Superinterfaces:
Process
All Known Implementing Classes:
DefaultPreprocess

public interface Preprocess
extends Process

This interface is to implement, if the class should be able to be added as a preprocess step to a task.

Author:
Dimitrij Zub

Field Summary
 
Fields inherited from interface lacam.interfaces.Process
ANALYSIS, DATASOURCE, DATATARGET, MODELMANAGER, PARAMKEY_LANGUAGE_PACK, PARAMKEY_PLUGIN_NAME, POSTPROCESS, PREPROCESS, USERINTERFACE
 
Method Summary
 java.lang.Object[] makeModel(Datasource[] datasources)
          creates a data model from the byte[] data representation
 
Methods inherited from interface lacam.interfaces.Process
init, reinit
 

Method Detail

makeModel

public java.lang.Object[] makeModel(Datasource[] datasources)
creates a data model from the byte[] data representation