Class KnowledgeEngine
java.lang.Object
org.episteme.social.philosophy.epistemology.KnowledgeEngine
A utility engine to evaluate epistemic claims and verify Knowledge conditions.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Method Summary
Modifier and TypeMethodDescriptionstatic Knowledgeverify(Subject subject, Proposition proposition, Evidence justification) Verifies if a belief can be upgraded to Knowledge.
-
Method Details
-
verify
Verifies if a belief can be upgraded to Knowledge. Classical JTB condition: True Proposition + Belief in it + Justification.- Parameters:
subject- the subject who holds the beliefproposition- the proposition that the subject thinks is truejustification- the evidence for this belief- Returns:
- a Knowledge instance if conditions are met, otherwise null
-