lacam.processes
Class DefaultPostprocess

java.lang.Object
  extended bylacam.processes.DefaultPostprocess
All Implemented Interfaces:
Postprocess, Process

public class DefaultPostprocess
extends java.lang.Object
implements Postprocess

This class pipes data coming from the analysis to the datatargets without any manipulation.

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
 
Constructor Summary
DefaultPostprocess()
           
 
Method Summary
 void init(java.util.Properties parametermap)
          the initialisation of a process instance the described parameterlist will be given here
 void putData(java.lang.Object[] analysis_out, Datatarget[] targets)
          Creates a datastream out of the model given by the Analysis step
 void reinit()
          called, if a process threw the goBackException
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPostprocess

public DefaultPostprocess()
Method Detail

init

public void init(java.util.Properties parametermap)
Description copied from interface: Process
the initialisation of a process instance the described parameterlist will be given here

Specified by:
init in interface Process

putData

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

Specified by:
putData in interface Postprocess

reinit

public void reinit()
Description copied from interface: Process
called, if a process threw the goBackException

Specified by:
reinit in interface Process