Uses of Class
org.episteme.natural.methodology.experiment.Task
Packages that use Task
Package
Description
Core functionality for the org.episteme.core.methodology.experiment package in the Episteme library.
-
Uses of Task in org.episteme.natural.methodology.experiment
Methods in org.episteme.natural.methodology.experiment that return TaskMethods in org.episteme.natural.methodology.experiment that return types with arguments of type TaskModifier and TypeMethodDescriptionSubject.getTasks()TrialExperiment.getTasks()Gets all tasks defined across all subjects.Methods in org.episteme.natural.methodology.experiment with parameters of type TaskModifier and TypeMethodDescriptionvoidprotected voidMethod parameters in org.episteme.natural.methodology.experiment with type arguments of type TaskModifier and TypeMethodDescriptionTrialExperiment.addSubject(Individual individual, List<Task> tasks) Adds a subject to the experiment.Constructors in org.episteme.natural.methodology.experiment with parameters of type TaskModifierConstructorDescriptionConstructor parameters in org.episteme.natural.methodology.experiment with type arguments of type TaskModifierConstructorDescriptionSubject(Individual individual, List<Task> tasks) Creates a new Subject for the given individual and tasks.