Uses of Enum
org.tweetyproject.logics.translators.adfrevision.PriestWorldAdapted.TruthValue
-
Uses of PriestWorldAdapted.TruthValue in org.tweetyproject.logics.translators.adfrevision
Modifier and TypeMethodDescriptionPriestWorldAdapted.TruthValue.and
(PriestWorldAdapted.TruthValue v) Return TruthValuePriestWorldAdapted.get
(Proposition p) Returns the truth value of the given proposition.PriestWorldAdapted.TruthValue.neg()
Return a TruthvaluePriestWorldAdapted.TruthValue.or
(PriestWorldAdapted.TruthValue v) Return TruthValuePriestWorldAdapted.satisfies3VL
(PlFormula formula) Determines the 3-valued truth value of the given formula.Returns the enum constant of this type with the specified name.static PriestWorldAdapted.TruthValue[]
PriestWorldAdapted.TruthValue.values()
Returns an array containing the constants of this enum type, in the order they are declared.PriestWorldAdapted.TruthValue.weakNeg()
J: Weak negationModifier and TypeMethodDescriptionPriestWorldAdapted.TruthValue.and
(PriestWorldAdapted.TruthValue v) Return TruthValuePriestWorldAdapted.TruthValue.or
(PriestWorldAdapted.TruthValue v) Return TruthValuevoid
PriestWorldAdapted.set
(Proposition p, PriestWorldAdapted.TruthValue val) Sets the value of the given proposition.