Synopsis
The root operator which is the outer most operator of every process.
Description
Each process must contain exactly one operator of this class, and it must be the root operator of the process. This operator provides a set of parameters that are of global relevance to the process like logging and initialization parameters of the random number generator.
Input
Output
Parameters
- logverbosity: Log verbosity level.
- logfile: File to write logging information to.
- resultfile: File to write inputs of the ResultWriter operators to.
- random seed: Global random seed for random generators (-1 for initialization by system time).
- send mail: Send email upon completion of the proces.
- notification email: Email address for the notification mail.
- process duration for mail: Minimum process duration to send emails (in minutes).
- encoding: The encoding used for reading or writing files.
ExampleProcess
[[Category:]]