Uses of Record Class
org.episteme.social.philosophy.EthicalFrameworks.Action
Packages that use EthicalFrameworks.Action
Package
Description
Provides support for philosophy, including formal logic, ethics,
epistemology, and storytelling.
-
Uses of EthicalFrameworks.Action in org.episteme.social.philosophy
Methods in org.episteme.social.philosophy that return EthicalFrameworks.ActionModifier and TypeMethodDescriptionstatic EthicalFrameworks.ActionEthicalFrameworks.utilitarianChoice(List<EthicalFrameworks.Action> actions) Evaluates actions based on Utilitarianism.Methods in org.episteme.social.philosophy that return types with arguments of type EthicalFrameworks.ActionModifier and TypeMethodDescriptionstatic List<EthicalFrameworks.Action> EthicalFrameworks.deontologicalPermissible(List<EthicalFrameworks.Action> actions) Evaluates actions based on Deontology.static List<EthicalFrameworks.Action> EthicalFrameworks.virtueOriented(List<EthicalFrameworks.Action> actions) Evaluates actions based on Virtue Ethics.Method parameters in org.episteme.social.philosophy with type arguments of type EthicalFrameworks.ActionModifier and TypeMethodDescriptionstatic List<EthicalFrameworks.Action> EthicalFrameworks.deontologicalPermissible(List<EthicalFrameworks.Action> actions) Evaluates actions based on Deontology.static EthicalFrameworks.ActionEthicalFrameworks.utilitarianChoice(List<EthicalFrameworks.Action> actions) Evaluates actions based on Utilitarianism.static List<EthicalFrameworks.Action> EthicalFrameworks.virtueOriented(List<EthicalFrameworks.Action> actions) Evaluates actions based on Virtue Ethics.