Class RationalEvidence
java.lang.Object
org.episteme.social.philosophy.epistemology.Evidence
org.episteme.social.philosophy.epistemology.RationalEvidence
- All Implemented Interfaces:
Serializable, Commented, ComprehensiveIdentification, Identified<Identification>, Named
Evidence based on logical reasoning, mathematical proofs, or a priori analysis.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRationalEvidence(String source, String description, Quantity<Dimensionless> reliability) Creates new RationalEvidence. -
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
-
RationalEvidence
Creates new RationalEvidence.- Parameters:
source- the system or logic frameworkdescription- the proof or argumentreliability- confidence in the logic/premises
-