Uses of Interface
org.tweetyproject.logics.cl.reasoner.RuleBasedCReasoner.Rule
-
Packages that use RuleBasedCReasoner.Rule Package Description org.tweetyproject.logics.cl.rules -
-
Uses of RuleBasedCReasoner.Rule in org.tweetyproject.logics.cl.rules
Classes in org.tweetyproject.logics.cl.rules that implement RuleBasedCReasoner.Rule Modifier and Type Class Description classEvaluateRuleThe evaluate rule tries to evaluate the kappa values by using logical constraints, therefore theKappaTermevaluate() methods are called.classRuleAdapterA 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.
-