Uses of Class
org.tweetyproject.logics.cl.syntax.Conditional
Packages that use Conditional
Package
Description
-
Uses of Conditional in org.tweetyproject.logics.cl.kappa
Methods in org.tweetyproject.logics.cl.kappa that return types with arguments of type ConditionalModifier and TypeMethodDescriptionConditionalStructureKappaBuilder.build
(ConditionalStructure structure) This builds a map of conditionals toKappaValue
instances which represent the penalty term for a falsified conditionalConstructors in org.tweetyproject.logics.cl.kappa with parameters of type ConditionalModifierConstructorDescriptionKappaValue
(int index, Conditional cond) Ctor: Generates a kappa value for the givenConditional
with the given index. -
Uses of Conditional in org.tweetyproject.logics.cl.parser
Methods in org.tweetyproject.logics.cl.parser that return Conditional -
Uses of Conditional in org.tweetyproject.logics.cl.semantics
Methods in org.tweetyproject.logics.cl.semantics that return types with arguments of type ConditionalModifier and TypeMethodDescriptionConditionalStructure.getConditionals()
ConditionalStructure.getWorldGenerators
(NicePossibleWorld world) Processes the map from Conditionals to Generators for a given PossibleWorldMethods in org.tweetyproject.logics.cl.semantics with parameters of type ConditionalModifier and TypeMethodDescriptionboolean
ConditionalStructure.addConditional
(Conditional cond) Adds the given Conditional to the ConditionalStructure and updates the structure.static boolean
RankingFunction.falsifies
(PossibleWorld w, Conditional c) Checks whether the given possible world w falsifies the given conditional (B|A), i.e.ConditionalStructure.getConditionalGenerators
(Conditional conditional) Processes the Map form PossibleWorlds to the Generators of the given ConditionalConditionalStructure.getFalsifiyingWorlds
(Conditional cond) ConditionalStructure.getVerifyingWorlds
(Conditional cond) boolean
ConditionalStructure.removeConditional
(Conditional cond) Removes the given Conditional from the ConditionalStructure and updates the structure.boolean
RankingFunction.satisfies
(Conditional formula) static boolean
RankingFunction.satisfies
(PossibleWorld w, Conditional c) Checks whether the given possible world w satisfies the given conditional (B|A), i.e.static boolean
RankingFunction.verifies
(PossibleWorld w, Conditional c) Checks whether the given possible world w verifies the given conditional (B|A), i.e.Constructor parameters in org.tweetyproject.logics.cl.semantics with type arguments of type ConditionalModifierConstructorDescriptionConditionalStructure
(Collection<Conditional> conditionals) Ctor: generates a conditional structure containing the given conditionalsConditionalStructure
(Collection<Conditional> conditionals, Comparator<NicePossibleWorld> comparator) Ctor: Generates a ConditionalStructure containing the given conditionals and using the given comparator to sort the worldData map. -
Uses of Conditional in org.tweetyproject.logics.cl.syntax
Methods in org.tweetyproject.logics.cl.syntax that return ConditionalConstructor parameters in org.tweetyproject.logics.cl.syntax with type arguments of type ConditionalModifierConstructorDescriptionClBeliefSet
(Collection<? extends Conditional> conditionals) Creates a new conditional belief set with the given collection of conditionals. -
Uses of Conditional in org.tweetyproject.logics.pcl.semantics
Methods in org.tweetyproject.logics.pcl.semantics with parameters of type ConditionalModifier and TypeMethodDescriptionProbabilityDistribution.conditionalProbability
(Conditional c) Returns the probability of the given conditional -
Uses of Conditional in org.tweetyproject.logics.pcl.syntax
Subclasses of Conditional in org.tweetyproject.logics.pcl.syntaxModifier and TypeClassDescriptionclass
This class represents a probabilistic conditional of the form (B|A)[p] with formulas A,B and a probability p.Constructors in org.tweetyproject.logics.pcl.syntax with parameters of type ConditionalModifierConstructorDescriptionProbabilisticConditional
(Conditional conditional, Probability probability) Creates a new probabilistic conditional using the given conditional and probability. -
Uses of Conditional in org.tweetyproject.logics.translators.adfrevision
Methods in org.tweetyproject.logics.translators.adfrevision with parameters of type ConditionalModifier and TypeMethodDescriptionstatic boolean
RankingFunctionThreeValued.falsifies
(PriestWorldAdapted w, Conditional c) Checks whether the given possible world w falsifies the given conditional (B|A), i.e.boolean
RankingFunctionThreeValued.satisfies
(Conditional formula) static boolean
RankingFunctionThreeValued.satisfies
(PriestWorldAdapted w, Conditional c) Checks whether the given possible world w satisfies the given conditional (B|A), i.e.static boolean
RankingFunctionThreeValued.verifies
(PriestWorldAdapted w, Conditional c) Checks whether the given possible world w verifies the given conditional (B|A), i.e. -
Uses of Conditional in org.tweetyproject.logics.translators.clnlp
Methods in org.tweetyproject.logics.translators.clnlp that return ConditionalModifier and TypeMethodDescriptionTranslates the given NLP-rule into a conditional.