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
Method Summary |
void |
putData(java.lang.Object[] analysis_out,
Datatarget[] targets)
Creates a datastream out of the model given by the Analysis step |
putData
public void putData(java.lang.Object[] analysis_out,
Datatarget[] targets)
- Creates a datastream out of the model given by the Analysis step