Uses of Enum
org.tweetyproject.logics.translators.adfconditional.FourValuedWorld.TruthValue
-
Uses of FourValuedWorld.TruthValue in org.tweetyproject.logics.translators.adfconditional
Modifier and TypeMethodDescriptionFourValuedWorld.get
(Proposition p) Returns the truth value of the given proposition.FourValuedWorld.satisfies4VL
(PlFormula formula) Determines the 4-valued truth value of the given formula.static FourValuedWorld.TruthValue
Returns the enum constant of this type with the specified name.static FourValuedWorld.TruthValue[]
FourValuedWorld.TruthValue.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic boolean
FourValuedWorld.informationOrder
(FourValuedWorld.TruthValue firstTruthValue, FourValuedWorld.TruthValue secondTruthValue) This method puts the 4 truth values into an information ordervoid
FourValuedWorld.set
(Proposition p, FourValuedWorld.TruthValue val) Sets the value of the given proposition.