|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlacam.processes.DefaultModelManager
This class copies data coming from the preprocessor to the analysis and the userinterface 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 | |
DefaultModelManager()
|
Method Summary | |
java.lang.Object[] |
getAnalysisModel()
Returns the data model for the Analysis instance |
java.lang.Object[] |
getUIModel()
Returns the data model for the Userinterface instance |
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 |
void |
setModel(java.lang.Object[] data)
Gives the ModelManager instance the model created by the PreProcess |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultModelManager()
Method Detail |
public void init(java.util.Properties parametermap)
Process
init
in interface Process
public void setModel(java.lang.Object[] data)
ModelManager
setModel
in interface ModelManager
public java.lang.Object[] getAnalysisModel()
ModelManager
getAnalysisModel
in interface ModelManager
public java.lang.Object[] getUIModel()
ModelManager
getUIModel
in interface ModelManager
public void reinit()
Process
reinit
in interface Process
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |