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 toKappaValue
instances 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 TypeMethodDescriptionvoid
RuleBasedCReasoner.Rule.setKappas(Collection<KappaValue> kappas)
Sets the Collection ofKappaValue
that 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 TypeMethodDescriptionvoid
EvaluateRule.setKappas(Collection<KappaValue> kappas)
void
RuleAdapter.setKappas(Collection<KappaValue> kappas)