Uses of Class
org.episteme.social.philosophy.epistemology.Proposition
Packages that use Proposition
Package
Description
Provides classes for modeling epistemology, the study of knowledge and justified belief.
-
Uses of Proposition in org.episteme.social.philosophy.epistemology
Methods in org.episteme.social.philosophy.epistemology that return PropositionModifier and TypeMethodDescriptionKnowledge.getProposition()Returns the proposition that is known.Methods in org.episteme.social.philosophy.epistemology with parameters of type PropositionModifier and TypeMethodDescriptionbooleanSubject.knows(Proposition proposition) Checks if the subject "knows" a certain proposition.static 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 PropositionModifierConstructorDescriptionKnowledge(Proposition proposition, Belief belief, Evidence justification) Creates a new Knowledge instance.