Uses of Enum
org.tweetyproject.logics.pl.semantics.PriestWorld.TruthValue
-
Uses of PriestWorld.TruthValue in org.tweetyproject.logics.pl.semantics
Modifier and TypeMethodDescriptionPriestWorld.TruthValue.and
(PriestWorld.TruthValue v) Return ANDPriestWorld.get
(Proposition p) Returns the truth value of the given proposition.PriestWorld.TruthValue.neg()
Return negationPriestWorld.TruthValue.or
(PriestWorld.TruthValue v) Return ORPriestWorld.satisfies3VL
(PlFormula formula) Determines the 3-valued truth value of the given formula.static PriestWorld.TruthValue
Returns the enum constant of this type with the specified name.static PriestWorld.TruthValue[]
PriestWorld.TruthValue.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionPriestWorld.TruthValue.and
(PriestWorld.TruthValue v) Return ANDPriestWorld.TruthValue.or
(PriestWorld.TruthValue v) Return ORvoid
PriestWorld.set
(Proposition p, PriestWorld.TruthValue val) Sets the value of the given proposition.