Uses of Class
org.anchoranalysis.experiment.task.InputBound
| Package | Description |
|---|---|
| org.anchoranalysis.experiment.bean.task |
Defines a task,
which is a set of operations run on an input, that may or may not generate an output.
|
| org.anchoranalysis.experiment.task |
Non-bean classes related to a
Task. |
-
Uses of InputBound in org.anchoranalysis.experiment.bean.task
Methods in org.anchoranalysis.experiment.bean.task with parameters of type InputBound Modifier and Type Method Description abstract voidTask. doJobOnInput(InputBound<T,S> input)Performs the task on a particular input. -
Uses of InputBound in org.anchoranalysis.experiment.task
Methods in org.anchoranalysis.experiment.task that return InputBound Modifier and Type Method Description <U> InputBound<U,S>InputBound. changeInput(U inputToAssign)Copies the current instance but changes the input.<U, V> InputBound<U,V>InputBound. changeInputAndSharedState(U inputToAssign, V sharedStateToAssign)Copies the current instance but changes both the input and shared-state.