Uses of Enum Class
org.tweetyproject.logics.pl.semantics.PriestWorld.TruthValue
Packages that use PriestWorld.TruthValue
-
Uses of PriestWorld.TruthValue in org.tweetyproject.logics.pl.semantics
Subclasses with type arguments of type PriestWorld.TruthValue in org.tweetyproject.logics.pl.semanticsMethods in org.tweetyproject.logics.pl.semantics that return PriestWorld.TruthValueModifier 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 class with the specified name.static PriestWorld.TruthValue[]
PriestWorld.TruthValue.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tweetyproject.logics.pl.semantics with parameters of type PriestWorld.TruthValueModifier 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.