Class HelloWorld<S extends InputFromManager>
Object
AnchorBean<Task<S, NoSharedState>>
Task<S, NoSharedState>
TaskWithoutSharedState<S>
HelloWorld<S>
- Type Parameters:
S- the type ofInputFromManagerexpected
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:
- a line saying Hello World.
- a recommendation to replace the task with a specific task.
- a link to a page on the Anchor website showing predefined tasks.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoJobOnInput(InputBound<S, NoSharedState> input) booleanInputTypesExpectedMethods inherited from class org.anchoranalysis.experiment.bean.task.TaskWithoutSharedState
afterAllJobsAreExecuted, beforeAnyJobIsExecutedMethods inherited from class org.anchoranalysis.experiment.bean.task.Task
defaultOutputs, executeJob, isInputCompatibleWithMethods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
HelloWorld
public HelloWorld()
-
-
Method Details
-
inputTypesExpected
public InputTypesExpected inputTypesExpected()- Specified by:
inputTypesExpectedin classTask<S extends InputFromManager, NoSharedState>
-
doJobOnInput
-
hasVeryQuickPerInputExecution
public boolean hasVeryQuickPerInputExecution()- Specified by:
hasVeryQuickPerInputExecutionin classTask<S extends InputFromManager, NoSharedState>
-