Uses of Class
net.sf.tweety.logics.cl.syntax.Conditional
-
Packages that use Conditional Package Description net.sf.tweety.logics.cl.kappa net.sf.tweety.logics.cl.parser net.sf.tweety.logics.cl.semantics net.sf.tweety.logics.cl.syntax -
-
Uses of Conditional in net.sf.tweety.logics.cl.kappa
Methods in net.sf.tweety.logics.cl.kappa that return types with arguments of type Conditional Modifier and Type Method Description Map<Conditional,KappaValue>ConditionalStructureKappaBuilder. build(ConditionalStructure structure)This builds a map of conditionals toKappaValueinstances which represent the penalty term for a falsified conditionalConstructors in net.sf.tweety.logics.cl.kappa with parameters of type Conditional Constructor Description KappaValue(int index, Conditional cond)Ctor: Generates a kappa value for the givenConditionalwith the given index. -
Uses of Conditional in net.sf.tweety.logics.cl.parser
Methods in net.sf.tweety.logics.cl.parser that return Conditional Modifier and Type Method Description ConditionalClParser. parseFormula(Reader reader) -
Uses of Conditional in net.sf.tweety.logics.cl.semantics
Methods in net.sf.tweety.logics.cl.semantics that return types with arguments of type Conditional Modifier and Type Method Description Set<Conditional>ConditionalStructure. getConditionals()Map<Conditional,ConditionalStructure.Generator>ConditionalStructure. getWorldGenerators(net.sf.tweety.logics.pl.semantics.NicePossibleWorld world)Processes the map from Conditionals to Generators for a given PossibleWorldMethods in net.sf.tweety.logics.cl.semantics with parameters of type Conditional Modifier and Type Method Description booleanConditionalStructure. addConditional(Conditional cond)Adds the given Conditional to the ConditionalStructure and updates the structure.static booleanRankingFunction. falsifies(net.sf.tweety.logics.pl.semantics.PossibleWorld w, Conditional c)Checks whether the given possible world w falsifies the given conditional (B|A), i.e.Map<net.sf.tweety.logics.pl.semantics.NicePossibleWorld,ConditionalStructure.Generator>ConditionalStructure. getConditionalGenerators(Conditional conditional)Processes the Map form PossibleWorlds to the Generators of the given ConditionalList<net.sf.tweety.logics.pl.semantics.NicePossibleWorld>ConditionalStructure. getFalsifiyingWorlds(Conditional cond)List<net.sf.tweety.logics.pl.semantics.NicePossibleWorld>ConditionalStructure. getVerifyingWorlds(Conditional cond)booleanConditionalStructure. removeConditional(Conditional cond)Removes the given Conditional from the ConditionalStructure and updates the structure.booleanRankingFunction. satisfies(Conditional formula)static booleanRankingFunction. satisfies(net.sf.tweety.logics.pl.semantics.PossibleWorld w, Conditional c)Checks whether the given possible world w satisfies the given conditional (B|A), i.e.static booleanRankingFunction. verifies(net.sf.tweety.logics.pl.semantics.PossibleWorld w, Conditional c)Checks whether the given possible world w verifies the given conditional (B|A), i.e.Constructor parameters in net.sf.tweety.logics.cl.semantics with type arguments of type Conditional Constructor Description ConditionalStructure(Collection<Conditional> conditionals)Ctor: generates a conditional structure containing the given conditionalsConditionalStructure(Collection<Conditional> conditionals, Comparator<net.sf.tweety.logics.pl.semantics.NicePossibleWorld> comparator)Ctor: Generates a ConditionalStructure containing the given conditionals and using the given comparator to sort the worldData map. -
Uses of Conditional in net.sf.tweety.logics.cl.syntax
Methods in net.sf.tweety.logics.cl.syntax that return Conditional Modifier and Type Method Description ConditionalConditional. clone()ConditionalConditional. complement()Constructor parameters in net.sf.tweety.logics.cl.syntax with type arguments of type Conditional Constructor Description ClBeliefSet(Collection<? extends Conditional> conditionals)Creates a new conditional belief set with the given collection of conditionals.
-