lacam.interfaces
Interface Analysis
- All Superinterfaces:
- Process
- All Known Implementing Classes:
- DefaultAnalysis
- public interface Analysis
- extends Process
- Author:
- Dimitrij Zub
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 |
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