Class Sample<P>

java.lang.Object
org.episteme.core.methodology.Sample<P>
Type Parameters:
P - The type of the position (e.g., GeoCoordinates, Vector3D, String default).
All Implemented Interfaces:
Serializable, Commented, ComprehensiveIdentification, Identified<Identification>, Named, Positioned<P>

public class Sample<P> extends Object implements ComprehensiveIdentification, Positioned<P>
Represents a physical or conceptual sample used in a scientific experiment.

A sample is the object of study, which can be material (e.g., a rock, a tissue), biological (e.g., an individual), or even social.

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