lacam.interfaces
Interface Process

All Known Subinterfaces:
Analysis, Datasource, Datatarget, ModelManager, Postprocess, Preprocess, Userinterface
All Known Implementing Classes:
DefaultAnalysis, DefaultDatasource, DefaultDatatarget, DefaultModelManager, DefaultPostprocess, DefaultPreprocess, DefaultUserinterface

public interface Process

This interface is the super interface for any process step of a Task.

Author:
Dimitrij Zub

Field Summary
static java.lang.String ANALYSIS
          The analysis type string.
static java.lang.String DATASOURCE
          The datasource type string.
static java.lang.String DATATARGET
          The datatarget type string.
static java.lang.String MODELMANAGER
          The model manager type string.
static java.lang.String PARAMKEY_LANGUAGE_PACK
          The default key to acces the language pack of the plugin if any was provided by the descriptor of the plugin class
static java.lang.String PARAMKEY_PLUGIN_NAME
          The default key, where the ProcessDescriptor stores the plugins home directory he loaded the class from
static java.lang.String POSTPROCESS
          The postprocess type string.
static java.lang.String PREPROCESS
          The preprocess type string.
static java.lang.String USERINTERFACE
          The user interface type string.
 
Method Summary
 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
 

Field Detail

PARAMKEY_LANGUAGE_PACK

public static final java.lang.String PARAMKEY_LANGUAGE_PACK
The default key to acces the language pack of the plugin if any was provided by the descriptor of the plugin class

See Also:
Constant Field Values

PARAMKEY_PLUGIN_NAME

public static final java.lang.String PARAMKEY_PLUGIN_NAME
The default key, where the ProcessDescriptor stores the plugins home directory he loaded the class from

See Also:
Constant Field Values

DATASOURCE

public static final java.lang.String DATASOURCE
The datasource type string.

See Also:
Constant Field Values

PREPROCESS

public static final java.lang.String PREPROCESS
The preprocess type string.

See Also:
Constant Field Values

MODELMANAGER

public static final java.lang.String MODELMANAGER
The model manager type string.

See Also:
Constant Field Values

USERINTERFACE

public static final java.lang.String USERINTERFACE
The user interface type string.

See Also:
Constant Field Values

ANALYSIS

public static final java.lang.String ANALYSIS
The analysis type string.

See Also:
Constant Field Values

POSTPROCESS

public static final java.lang.String POSTPROCESS
The postprocess type string.

See Also:
Constant Field Values

DATATARGET

public static final java.lang.String DATATARGET
The datatarget type string.

See Also:
Constant Field Values
Method Detail

init

public void init(java.util.Properties parametermap)
the initialisation of a process instance the described parameterlist will be given here


reinit

public void reinit()
called, if a process threw the goBackException