Uses of Enum Class
org.tweetyproject.logics.translators.adfrevision.PriestWorldAdapted.TruthValue
Packages that use PriestWorldAdapted.TruthValue
- 
Uses of PriestWorldAdapted.TruthValue in org.tweetyproject.logics.translators.adfrevision
Subclasses with type arguments of type PriestWorldAdapted.TruthValue in org.tweetyproject.logics.translators.adfrevisionModifier and TypeClassDescriptionstatic enumThe three truth values.Methods in org.tweetyproject.logics.translators.adfrevision that return PriestWorldAdapted.TruthValueModifier 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 class with the specified name.static PriestWorldAdapted.TruthValue[]PriestWorldAdapted.TruthValue.values()Returns an array containing the constants of this enum class, in the order they are declared.PriestWorldAdapted.TruthValue.weakNeg()J: Weak negationMethods in org.tweetyproject.logics.translators.adfrevision with parameters of type PriestWorldAdapted.TruthValueModifier and TypeMethodDescriptionPriestWorldAdapted.TruthValue.and(PriestWorldAdapted.TruthValue v) Return TruthValuePriestWorldAdapted.TruthValue.or(PriestWorldAdapted.TruthValue v) Return TruthValuevoidPriestWorldAdapted.set(Proposition p, PriestWorldAdapted.TruthValue val) Sets the value of the given proposition.