lacam.processes
Class DefaultDatasource

java.lang.Object
  extended bylacam.processes.DefaultDatasource
All Implemented Interfaces:
Datasource, Process

public class DefaultDatasource
extends java.lang.Object
implements Datasource

This class actually does nothing. Its still thare cause I think its unfair if it wasn't.

Author:
Dimitrij Zub

Field Summary
 
Fields inherited from interface lacam.interfaces.Datasource
DEFAULT_ATTRIBUTE_NAME, DEFAULT_ATTRIBUTE_TIMESTAMP, DEFAULT_ATTRIBUTE_TYPE, DEFAULT_ATTRIBUTE_VALUE, DEFAULT_NODE_NAME_ATTRIBUTE, DEFAULT_NODE_NAME_AUTHOR, DEFAULT_NODE_NAME_DESCRIPTION, DEFAULT_NODE_NAME_DESIGN, DEFAULT_NODE_NAME_FACTOR, DEFAULT_NODE_NAME_HISTORY, DEFAULT_NODE_NAME_ROOT, FACTOR_TYPE_ANTIIDEALPOINT, FACTOR_TYPE_IDEALPOINT, FACTOR_TYPE_LINEAR, FACTOR_TYPE_UNKNOWN, XPATH_AUTHOR, XPATH_DESCRIPTION, XPATH_DESIGN, XPATH_DESIGN_ATTRIBUTE, XPATH_DESIGN_FACTOR, XPATH_HISTORY, XPATH_HISTORY_FACTOR
 
Fields inherited from interface lacam.interfaces.Process
ANALYSIS, DATASOURCE, DATATARGET, MODELMANAGER, PARAMKEY_LANGUAGE_PACK, PARAMKEY_PLUGIN_NAME, POSTPROCESS, PREPROCESS, USERINTERFACE
 
Constructor Summary
DefaultDatasource()
           
 
Method Summary
 byte[] getData()
          Returns the retrieved data.
 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

DefaultDatasource

public DefaultDatasource()
Method Detail

init

public void init(java.util.Properties parametermap)
Description copied from interface: Process
the initialisation of a process instance the described parameterlist will be given here

Specified by:
init in interface Process

getData

public byte[] getData()
Description copied from interface: Datasource
Returns the retrieved data.

Specified by:
getData in interface Datasource

reinit

public void reinit()
Description copied from interface: Process
called, if a process threw the goBackException

Specified by:
reinit in interface Process