Class ScientificAnalysis

java.lang.Object
org.episteme.core.methodology.ScientificAnalysis
All Implemented Interfaces:
Serializable, Commented, ComprehensiveIdentification, Identified<Identification>, Named

public class ScientificAnalysis extends Object implements ComprehensiveIdentification
Represents a scientific analysis linking a sample to experimental results.

An analysis is the process of examining a sample within the context of an experiment.

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

    • ScientificAnalysis

      public ScientificAnalysis(String name, Sample<?> sample)
      Creates a new Scientific Analysis.
      Parameters:
      name - The name of the analysis.
      sample - The sample being analyzed.
  • Method Details