|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlacam.processes.DefaultUserinterface
This class pipes data coming from the modelmanager to the analysis 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 | |
DefaultUserinterface()
|
Method Summary | |
void |
init(java.util.Properties parametermap)
the initialisation of a process instance the described parameterlist will be given here |
java.lang.Object[] |
interact(java.lang.Object[] model)
starts the UI Thread to interact with the user referring to the given model. returns the new data model created by interacting with the user |
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 DefaultUserinterface()
Method Detail |
public void init(java.util.Properties parametermap)
Process
init
in interface Process
public java.lang.Object[] interact(java.lang.Object[] model)
Userinterface
interact
in interface Userinterface
public void reinit()
Process
reinit
in interface Process
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |