Uses of Enum
org.tweetyproject.logics.pl.semantics.PriestWorld.TruthValue
Packages that use PriestWorld.TruthValue
-
Uses of PriestWorld.TruthValue in org.tweetyproject.logics.pl.semantics
Methods in org.tweetyproject.logics.pl.semantics that return PriestWorld.TruthValueModifier and TypeMethodDescriptionPriestWorld.TruthValue.and(PriestWorld.TruthValue v)PriestWorld.get(Proposition p)Returns the truth value of the given proposition.PriestWorld.TruthValue.neg()PriestWorld.TruthValue.or(PriestWorld.TruthValue v)PriestWorld.satisfies3VL(PlFormula formula)Determines the 3-valued truth value of the given formula.static PriestWorld.TruthValueReturns 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.Methods in org.tweetyproject.logics.pl.semantics with parameters of type PriestWorld.TruthValueModifier and TypeMethodDescriptionPriestWorld.TruthValue.and(PriestWorld.TruthValue v)PriestWorld.TruthValue.or(PriestWorld.TruthValue v)voidPriestWorld.set(Proposition p, PriestWorld.TruthValue val)Sets the value of the given proposition.