Uses of Class
org.tweetyproject.logics.cl.kappa.KappaValue
Package
Description
-
Uses of KappaValue in org.tweetyproject.logics.cl.kappa
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionvoid
EvaluateRule.setKappas
(Collection<KappaValue> kappas) void
RuleAdapter.setKappas
(Collection<KappaValue> kappas)