Class ScientificReport

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

public class ScientificReport extends Object implements ComprehensiveIdentification
Represents a formal scientific or technical report.

This class serves as a comprehensive container for scientific findings, methodologies, and results. It supports persistence, multiple authors, quantitative data storage, and bibliographic references.

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

    • ScientificReport

      public ScientificReport(String title)
      Creates a new Scientific Report with a generated ID.
      Parameters:
      title - The title of the report.
    • ScientificReport

      public ScientificReport(Identification id, String title)
      Creates a new Scientific Report with specific ID (reconstitution).
  • Method Details