lacam.interfaces
Interface ModelManager

All Superinterfaces:
Process
All Known Implementing Classes:
DefaultModelManager

public interface ModelManager
extends Process

This interface must be implemented if a class should be able to be added as a model manager to a task.

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
 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 setModel(java.lang.Object[] data)
          Gives the ModelManager instance the model created by the PreProcess
 
Methods inherited from interface lacam.interfaces.Process
init, reinit
 

Method Detail

setModel

public void setModel(java.lang.Object[] data)
Gives the ModelManager instance the model created by the PreProcess


getAnalysisModel

public java.lang.Object[] getAnalysisModel()
Returns the data model for the Analysis instance


getUIModel

public java.lang.Object[] getUIModel()
Returns the data model for the Userinterface instance