Uses of Interface
com.sodius.mdw.core.eval.debug.RuleReference

Packages that use RuleReference
com.sodius.mdw.core.eval.debug Provides a tree of debug nodes, each node describing the evaluation of a project element (template, rule or script). 
 

Uses of RuleReference in com.sodius.mdw.core.eval.debug
 

Methods in com.sodius.mdw.core.eval.debug that return RuleReference
 RuleReference RuleReference.getParent()
          Returns the container rule.
 RuleReference RuleNode.getRule()
          Returns a description of the evaluated rule.
 

Methods in com.sodius.mdw.core.eval.debug that return types with arguments of type RuleReference
 Collection<RuleReference> RuleSetReference.getRules()
          Returns the rules defined in this rule set, and used during the evaluation.
 List<RuleReference> RuleReference.getSubRules()
          Returns the subrules used during the evaluation.