Uses of Class
org.episteme.social.philosophy.Belief
Packages that use Belief
Package
Description
Provides support for philosophy, including formal logic, ethics,
epistemology, and storytelling.
Provides classes for modeling epistemology, the study of knowledge and justified belief.
- social structures, persons, and cultural modeling.
-
Uses of Belief in org.episteme.social.philosophy
Subclasses of Belief in org.episteme.social.philosophyModifier and TypeClassDescriptionclassRepresents a well-defined group of philosophical ideas or schools of thought.Method parameters in org.episteme.social.philosophy with type arguments of type BeliefModifier and TypeMethodDescriptionstatic booleanLogicSolver.hasContradiction(List<Belief> beliefs) Checks for explicit logical contradictions within a system of beliefs. -
Uses of Belief in org.episteme.social.philosophy.epistemology
Methods in org.episteme.social.philosophy.epistemology that return BeliefModifier and TypeMethodDescriptionKnowledge.getBelief()Returns the belief associated with this knowledge.Methods in org.episteme.social.philosophy.epistemology that return types with arguments of type BeliefModifier and TypeMethodDescriptionSubject.getBeliefs()Returns an unmodifiable view of the subject's beliefs.Methods in org.episteme.social.philosophy.epistemology with parameters of type BeliefModifier and TypeMethodDescriptionvoidAdds a belief to the subject's belief system.Constructors in org.episteme.social.philosophy.epistemology with parameters of type BeliefModifierConstructorDescriptionKnowledge(Proposition proposition, Belief belief, Evidence justification) Creates a new Knowledge instance. -
Uses of Belief in org.episteme.social.sociology
Methods in org.episteme.social.sociology that return types with arguments of type BeliefModifier and TypeMethodDescriptionCulture.getBeliefs()Returns an unmodifiable set of shared beliefs.Religion.getCoreBeliefs()Methods in org.episteme.social.sociology with parameters of type BeliefConstructor parameters in org.episteme.social.sociology with type arguments of type Belief