Uses of Class
net.sf.tweety.logics.cl.kappa.KappaValue
-
Packages that use KappaValue Package Description net.sf.tweety.logics.cl.kappa net.sf.tweety.logics.cl.reasoner net.sf.tweety.logics.cl.rules -
-
Uses of KappaValue in net.sf.tweety.logics.cl.kappa
Methods in net.sf.tweety.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 toKappaValue
instances which represent the penalty term for a falsified conditional -
Uses of KappaValue in net.sf.tweety.logics.cl.reasoner
Method parameters in net.sf.tweety.logics.cl.reasoner with type arguments of type KappaValue Modifier and Type Method Description void
RuleBasedCReasoner.Rule. setKappas(java.util.Collection<KappaValue> kappas)
Sets the Collection ofKappaValue
that is used as data basis for the rule -
Uses of KappaValue in net.sf.tweety.logics.cl.rules
Method parameters in net.sf.tweety.logics.cl.rules with type arguments of type KappaValue Modifier and Type Method Description void
EvaluateRule. setKappas(java.util.Collection<KappaValue> kappas)
void
RuleAdapter. setKappas(java.util.Collection<KappaValue> kappas)
-