lacam.interfaces
Interface Analysis

All Superinterfaces:
Process
All Known Implementing Classes:
DefaultAnalysis

public interface Analysis
extends Process

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 addHistory(java.lang.Object[] parameter)
          Adds the history (if any) to the analysis process
 void addProcessedData(java.lang.Object[] parameter)
          Adds the user processed data to the analysis process
 java.lang.Object[] analyse()
          Analyses the given data and returns the new data model
 
Methods inherited from interface lacam.interfaces.Process
init, reinit
 

Method Detail

addHistory

public void addHistory(java.lang.Object[] parameter)
Adds the history (if any) to the analysis process

Parameters:
parameter - The Object[] containig the history (not processed data)

addProcessedData

public void addProcessedData(java.lang.Object[] parameter)
Adds the user processed data to the analysis process

Parameters:
parameter - The Object[] containing the user processed data

analyse

public java.lang.Object[] analyse()
Analyses the given data and returns the new data model

Returns:
The analysed data