|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlacam.processes.DefaultAnalysis
This class pipes the history data coming from the modelmanager to the postprocessor without any manipulation.
Field Summary |
Fields inherited from interface lacam.interfaces.Process |
ANALYSIS, DATASOURCE, DATATARGET, MODELMANAGER, PARAMKEY_LANGUAGE_PACK, PARAMKEY_PLUGIN_NAME, POSTPROCESS, PREPROCESS, USERINTERFACE |
Constructor Summary | |
DefaultAnalysis()
|
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 |
void |
init(java.util.Properties parametermap)
the initialisation of a process instance the described parameterlist will be given here |
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 |
public DefaultAnalysis()
Method Detail |
public void init(java.util.Properties parametermap)
Process
init
in interface Process
public void addHistory(java.lang.Object[] parameter)
Analysis
addHistory
in interface Analysis
parameter
- The Object[] containig the history (not processed data)public void addProcessedData(java.lang.Object[] parameter)
Analysis
addProcessedData
in interface Analysis
parameter
- The Object[] containing the user processed datapublic java.lang.Object[] analyse()
Analysis
analyse
in interface Analysis
public void reinit()
Process
reinit
in interface Process
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |