Class Analysis
java.lang.Object
org.episteme.social.arts.Analysis
- All Implemented Interfaces:
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 Summary
ConstructorsConstructorDescriptionAnalysis(String methodName, String performer, TimeCoordinate date, String result) Creates a new Analysis record. -
Method Summary
-
Constructor Details
-
Analysis
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 analysisdate- the date when the analysis was conductedresult- the categorical or numerical result of the examination
-
-
Method Details
-
getMethodName
-
getPerformer
-
getDate
-
getResult
-
getComments
-
setComments
-
toString
-