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 toKappaValueinstances 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 voidRuleBasedCReasoner.Rule. setKappas(java.util.Collection<KappaValue> kappas)Sets the Collection ofKappaValuethat 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 voidEvaluateRule. setKappas(java.util.Collection<KappaValue> kappas)voidRuleAdapter. setKappas(java.util.Collection<KappaValue> kappas)
-