Uses of Class
org.anchoranalysis.experiment.task.ParametersUnbound
| 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.processor |
Non-bean classes related to
JobProcessor. |
-
Uses of ParametersUnbound in org.anchoranalysis.experiment.bean.task
Methods in org.anchoranalysis.experiment.bean.task with parameters of type ParametersUnbound Modifier and Type Method Description booleanTask. executeJob(ParametersUnbound<T,S> parametersUnbound)Runs the task on one particular input (a job). -
Uses of ParametersUnbound in org.anchoranalysis.experiment.task.processor
Constructors in org.anchoranalysis.experiment.task.processor with parameters of type ParametersUnbound Constructor Description CallableJob(Task<T,S> task, ParametersUnbound<T,S> parametersUnbound, JobStateMonitor stateMonitor, JobDescription jobDescription, ConcurrentJobMonitor monitor, Optional<MessageLogger> loggerMonitor, int showOngoingJobsLessThan)Constructor.