Class EmpiricalEvidence
java.lang.Object
org.episteme.social.philosophy.epistemology.Evidence
org.episteme.social.philosophy.epistemology.EmpiricalEvidence
- All Implemented Interfaces:
Serializable, Commented, ComprehensiveIdentification, Identified<Identification>, Named
Evidence based on sensory experience, scientific experiments, or observation.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEmpiricalEvidence(String source, String description, Quantity<Dimensionless> reliability) Creates new EmpiricalEvidence. -
Method Summary
Methods inherited from class Evidence
equals, getDescription, getEvidenceType, getId, getKind, getReliability, getSource, getTraits, hashCode, toStringMethods inherited from interface Commented
getComments, getTrait, setCommentsMethods inherited from interface ComprehensiveIdentification
getName, getTrait, setName, setTrait
-
Constructor Details
-
EmpiricalEvidence
Creates new EmpiricalEvidence.- Parameters:
source- the observer or instrumentdescription- the observed factsreliability- confidence in the observation
-