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 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(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
Fields in net.sf.tweety.logics.cl.rules with type parameters of type KappaValue Modifier and Type Field Description protected List<KappaValue>RuleAdapter. kappasthe kappas the rule works onMethod parameters in net.sf.tweety.logics.cl.rules with type arguments of type KappaValue Modifier and Type Method Description voidEvaluateRule. setKappas(Collection<KappaValue> kappas)voidRuleAdapter. setKappas(Collection<KappaValue> kappas)
-