Class EpistemicStatus
java.lang.Object
org.episteme.core.util.ExtensibleEnum
org.episteme.social.philosophy.epistemology.EpistemicStatus
- All Implemented Interfaces:
Serializable, Comparable<ExtensibleEnum>
Enumeration of possible epistemic statuses of a proposition for a given subject.
Extensible to allow for nuanced philosophical states.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EpistemicStatusThe subject believes the proposition but lacks sufficient justification.static final EpistemicStatusThe subject is uncertain or suspended in judgment (Epoché).static final EpistemicStatusThe subject considers the proposition possible but not necessarily true.static final EpistemicStatusThe subject knows the proposition for a fact (justified true belief).static final EnumRegistry<EpistemicStatus> static final EpistemicStatusThe subject actively rejects the proposition as false.static final EpistemicStatusThe subject is unaware of the proposition. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ExtensibleEnum
compareTo, description, equals, getDeclaringClass, hashCode, isBuiltIn, name, ordinal, toString
-
Field Details
-
REGISTRY
-
UNKNOWN
The subject is unaware of the proposition. -
KNOWN
The subject knows the proposition for a fact (justified true belief). -
BELIEVED
The subject believes the proposition but lacks sufficient justification. -
DOUBTED
The subject is uncertain or suspended in judgment (Epoché). -
REJECTED
The subject actively rejects the proposition as false. -
HYPOTHETICAL
The subject considers the proposition possible but not necessarily true.
-
-
Constructor Details
-
EpistemicStatus
-
-
Method Details
-
valueOf
-