Class HelloWorld<S extends InputFromManager>

Type Parameters:
S - the type of InputFromManager expected

public class HelloWorld<S extends InputFromManager> extends TaskWithoutSharedState<S>
A dummy task that simply writes a message to all log files, specifically: 1. log file for experiment 2. log file for each input-object

The message is:

  1. a line saying Hello World.
  2. a recommendation to replace the task with a specific task.
  3. a link to a page on the Anchor website showing predefined tasks.
Author:
Owen Feehan