Uses of Enum
org.tweetyproject.logics.translators.adfconditional.ThreeValuedWorld.TruthValue
-
Uses of ThreeValuedWorld.TruthValue in org.tweetyproject.logics.translators.adfconditional
Modifier and TypeMethodDescriptionThreeValuedWorld.get
(Proposition p) Returns the truth value of the given proposition.ThreeValuedWorld.satisfies3VL
(PlFormula formula) Determines the 3-valued truth value of the given formula.static ThreeValuedWorld.TruthValue
Returns the enum constant of this type with the specified name.static ThreeValuedWorld.TruthValue[]
ThreeValuedWorld.TruthValue.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
ThreeValuedWorld.set
(Proposition p, ThreeValuedWorld.TruthValue val) Sets the value of the given proposition.