Uses of Class
org.tweetyproject.logics.cl.kappa.KappaValue
Packages that use KappaValue
Package
Description
- 
Uses of KappaValue in org.tweetyproject.logics.cl.kappa
Methods in org.tweetyproject.logics.cl.kappa that return types with arguments of type KappaValueModifier and TypeMethodDescriptionConditionalStructureKappaBuilder.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 KappaValueModifier and TypeMethodDescriptionvoidRuleBasedCReasoner.Rule.setKappas(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 KappaValueModifier and TypeMethodDescriptionvoidEvaluateRule.setKappas(Collection<KappaValue> kappas) voidRuleAdapter.setKappas(Collection<KappaValue> kappas)