Uses of Class
org.episteme.social.philosophy.epistemology.EpistemicStatus
Packages that use EpistemicStatus
Package
Description
Provides classes for modeling epistemology, the study of knowledge and justified belief.
-
Uses of EpistemicStatus in org.episteme.social.philosophy.epistemology
Fields in org.episteme.social.philosophy.epistemology declared as EpistemicStatusModifier and TypeFieldDescriptionstatic final EpistemicStatusEpistemicStatus.BELIEVEDThe subject believes the proposition but lacks sufficient justification.static final EpistemicStatusEpistemicStatus.DOUBTEDThe subject is uncertain or suspended in judgment (Epoché).static final EpistemicStatusEpistemicStatus.HYPOTHETICALThe subject considers the proposition possible but not necessarily true.static final EpistemicStatusEpistemicStatus.KNOWNThe subject knows the proposition for a fact (justified true belief).static final EpistemicStatusEpistemicStatus.REJECTEDThe subject actively rejects the proposition as false.static final EpistemicStatusEpistemicStatus.UNKNOWNThe subject is unaware of the proposition.Fields in org.episteme.social.philosophy.epistemology with type parameters of type EpistemicStatusModifier and TypeFieldDescriptionstatic final EnumRegistry<EpistemicStatus> EpistemicStatus.REGISTRYMethods in org.episteme.social.philosophy.epistemology that return EpistemicStatus