Class TestimonialEvidence
java.lang.Object
org.episteme.social.philosophy.epistemology.Evidence
org.episteme.social.philosophy.epistemology.TestimonialEvidence
- All Implemented Interfaces:
Serializable, Commented, ComprehensiveIdentification, Identified<Identification>, Named
Evidence based on the report or testimony of another subject or authority.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTestimonialEvidence(String source, String description, Quantity<Dimensionless> reliability) Creates new TestimonialEvidence. -
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
-
TestimonialEvidence
Creates new TestimonialEvidence.- Parameters:
source- the reporting subject or authoritydescription- the message or reportreliability- confidence in the reporter
-