Class Analysis

java.lang.Object
org.episteme.social.arts.Analysis
All Implemented Interfaces:
Serializable

public class Analysis extends Object implements Serializable
Represents a scientific analysis or examination of an artwork. Common methodologies include Carbon-14 dating, X-Ray fluorescence (XRF), infrared reflectography, and pigment spectroscopy. * @version 2.0
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
See Also:
  • Constructor Details

    • Analysis

      public Analysis(String methodName, String performer, TimeCoordinate date, String result)
      Creates a new Analysis record.
      Parameters:
      methodName - the name of the analytical method (e.g., "C-14")
      performer - the person or laboratory that performed the analysis
      date - the date when the analysis was conducted
      result - the categorical or numerical result of the examination
  • Method Details

    • getMethodName

      public String getMethodName()
    • getPerformer

      public String getPerformer()
    • getDate

      public TimeCoordinate getDate()
    • getResult

      public String getResult()
    • getComments

      public String getComments()
    • setComments

      public void setComments(String comments)
    • toString

      public String toString()
      Overrides:
      toString in class Object