lacam.interfaces
Interface Postprocess

All Superinterfaces:
Process
All Known Implementing Classes:
DefaultPostprocess

public interface Postprocess
extends Process

This interface must be implemented if a class should be able to be added as a postprocess 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
 void putData(java.lang.Object[] analysis_out, Datatarget[] targets)
          Creates a datastream out of the model given by the Analysis step
 
Methods inherited from interface lacam.interfaces.Process
init, reinit
 

Method Detail

putData

public void putData(java.lang.Object[] analysis_out,
                    Datatarget[] targets)
Creates a datastream out of the model given by the Analysis step