Uses of Class
org.anchoranalysis.experiment.task.InputBound
Packages that use InputBound
Package
Description
Defines a task,
which is a set of operations run on an input, that may or may not generate an output.
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 InputBoundModifier and TypeMethodDescriptionabstract 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 InputBoundModifier and TypeMethodDescription<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.