Uses of Class
org.tweetyproject.logics.cl.kappa.KappaValue
-
Packages that use KappaValue Package Description org.tweetyproject.logics.cl.kappa org.tweetyproject.logics.cl.reasoner org.tweetyproject.logics.cl.rules -
-
Uses of KappaValue in org.tweetyproject.logics.cl.kappa
Methods in org.tweetyproject.logics.cl.kappa that return types with arguments of type KappaValue Modifier and Type Method Description java.util.Map<Conditional,KappaValue>ConditionalStructureKappaBuilder. build(ConditionalStructure structure)This builds a map of conditionals toKappaValueinstances which represent the penalty term for a falsified conditional -
Uses of KappaValue in org.tweetyproject.logics.cl.reasoner
Method parameters in org.tweetyproject.logics.cl.reasoner with type arguments of type KappaValue Modifier and Type Method Description voidRuleBasedCReasoner.Rule. setKappas(java.util.Collection<KappaValue> kappas)Sets the Collection ofKappaValuethat is used as data basis for the rule -
Uses of KappaValue in org.tweetyproject.logics.cl.rules
Method parameters in org.tweetyproject.logics.cl.rules with type arguments of type KappaValue Modifier and Type Method Description voidEvaluateRule. setKappas(java.util.Collection<KappaValue> kappas)voidRuleAdapter. setKappas(java.util.Collection<KappaValue> kappas)
-