Uses of Class
org.episteme.social.philosophy.epistemology.Evidence
Packages that use Evidence
Package
Description
Provides classes for modeling epistemology, the study of knowledge and justified belief.
-
Uses of Evidence in org.episteme.social.philosophy.epistemology
Subclasses of Evidence in org.episteme.social.philosophy.epistemologyModifier and TypeClassDescriptionclassEvidence based on sensory experience, scientific experiments, or observation.classEvidence based on logical reasoning, mathematical proofs, or a priori analysis.classEvidence based on the report or testimony of another subject or authority.Methods in org.episteme.social.philosophy.epistemology that return EvidenceModifier and TypeMethodDescriptionKnowledge.getJustification()Returns the justification for this knowledge.Methods in org.episteme.social.philosophy.epistemology with parameters of type EvidenceModifier and TypeMethodDescriptionstatic KnowledgeKnowledgeEngine.verify(Subject subject, Proposition proposition, Evidence justification) Verifies if a belief can be upgraded to Knowledge.Constructors in org.episteme.social.philosophy.epistemology with parameters of type EvidenceModifierConstructorDescriptionKnowledge(Proposition proposition, Belief belief, Evidence justification) Creates a new Knowledge instance.