Uses of Class
org.anchoranalysis.experiment.task.InputOutputContextStateful
Packages that use InputOutputContextStateful
-
Uses of InputOutputContextStateful in org.anchoranalysis.experiment.task
Methods in org.anchoranalysis.experiment.task that return InputOutputContextStatefulModifier and TypeMethodDescriptionParametersExperiment.getContext()
InputBound.getContextExperiment()
The input-output context associated with the current experiment.InputBound.getContextJob()
The input-output context associated with the current job.ExperimentFeedbackContext.inputOutput
(ExecutionArguments executionArguments, OutputterChecked outputter) Derive anInputOutputContextStateful
from the current context.Constructors in org.anchoranalysis.experiment.task with parameters of type InputOutputContextStatefulModifierConstructorDescriptionInputBound
(T input, S sharedState, boolean detailedLogging, InputOutputContextStateful contextExperiment, InputOutputContextStateful contextJob) Creates a newInputBound
instance.