Class ScientificExperiment<I,R>

java.lang.Object
org.episteme.core.methodology.ScientificExperiment<I,R>
Type Parameters:
I - The input configuration type
R - The result type
All Implemented Interfaces:
Serializable, Experiment<I,R>, Commented, ComprehensiveIdentification, Identified<Identification>, Named, UniversalDataModel
Direct Known Subclasses:
TrialExperiment

public class ScientificExperiment<I,R> extends Object implements Experiment<I,R>, UniversalDataModel
A robust, persistent implementation of the Experiment interface.

This class serves as a base for specific scientific experiments (e.g., in Psychology, Physics). It includes support for authorship, bibliographic references, and observation tracking.

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