Package de.unihalle.informatik.Alida.batch

Package containing classes for batch mode.

See:
          Description

Class Summary
ALDBatchInputManager Class to manage data inputs in batch processing with operators.
ALDBatchInputManagerSwing This class implements a batch provider mangager for batch processing in the context of graphical user interfaces.
ALDBatchOutputManager Class to manage data outputs in batch processing with operators.
ALDBatchOutputManagerSwing This class implements a DataIO manager for summarizing batch results in the context of graphical user interfaces.
ALDBatchRunResultInfo Info object summarizing all result data of a batch run.
 

Enum Summary
ALDBatchInputManagerSwing.ProviderInteractionLevel Levels to enable/disable interactive provider behaviour.
ALDBatchOutputManagerSwing.ProviderInteractionLevel Levels to enable/disable interactive provider behaviour.
 

Package de.unihalle.informatik.Alida.batch Description

Package containing classes for batch mode.

The operator runners in Alida natively supports to execute operators in batch mode. In particular, parameters can be selected for batch input and Alida automatically iterates over a set of given value for these parameters. After finishing the calculations all results are summarized in suitable data structures and presented to the user.

Author:
moeller


Copyright © 2010–2014 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.