Uses of Enum Class
org.episteme.social.philosophy.DeonticLogicSolver.DeonticMode
Packages that use DeonticLogicSolver.DeonticMode
Package
Description
Provides support for philosophy, including formal logic, ethics,
epistemology, and storytelling.
-
Uses of DeonticLogicSolver.DeonticMode in org.episteme.social.philosophy
Subclasses with type arguments of type DeonticLogicSolver.DeonticMode in org.episteme.social.philosophyModifier and TypeClassDescriptionstatic enumCategories of normative status.Methods in org.episteme.social.philosophy that return DeonticLogicSolver.DeonticModeModifier and TypeMethodDescriptionDeonticLogicSolver.resolveMode(boolean obligatory, boolean forbidden) Resolves the deontic status of an action based on its requirement and prohibition status.Returns the enum constant of this class with the specified name.static DeonticLogicSolver.DeonticMode[]DeonticLogicSolver.DeonticMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in org.episteme.social.philosophy with type arguments of type DeonticLogicSolver.DeonticModeModifier and TypeMethodDescriptionstatic booleanDeonticLogicSolver.isNormativelyConsistent(Map<String, DeonticLogicSolver.DeonticMode> norms) Verifies if a set of norms is logically consistent.