Uses of Interface
net.sf.tweety.logics.cl.reasoner.RuleBasedCReasoner.Rule
-
Packages that use RuleBasedCReasoner.Rule Package Description net.sf.tweety.logics.cl.rules -
-
Uses of RuleBasedCReasoner.Rule in net.sf.tweety.logics.cl.rules
Classes in net.sf.tweety.logics.cl.rules that implement RuleBasedCReasoner.Rule Modifier and Type Class Description class
EvaluateRule
The evaluate rule tries to evaluate the kappa values by using logical constraints, therefore theKappaTerm
evaluate() methods are called.class
RuleAdapter
A simple adapter class that wraps the straightforward methods of the Rule interface, such that the developer can spare the work to implement the setter methods.
-