Class TrialExperiment

java.lang.Object
org.episteme.core.methodology.ScientificExperiment<Void, Set<ValuedVariable>>
org.episteme.natural.methodology.experiment.TrialExperiment
All Implemented Interfaces:
Serializable, Experiment<Void, Set<ValuedVariable>>, Commented, ComprehensiveIdentification, Identified<Identification>, Named, UniversalDataModel

public class TrialExperiment extends ScientificExperiment<Void, Set<ValuedVariable>>
A class representing a scientific experiment involving subjects, tasks, and variables.

This class specializes ScientificExperiment for experimental designs common in psychology, biology, and social sciences.

Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
See Also: