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

Packages that use RuleSetReference
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 RuleSetReference in com.sodius.mdw.core.eval.debug
 

Methods in com.sodius.mdw.core.eval.debug that return RuleSetReference
 RuleSetReference RuleReference.getRuleSet()
          Returns the container rule set.
 

Methods in com.sodius.mdw.core.eval.debug that return types with arguments of type RuleSetReference
 Collection<RuleSetReference> ProjectReference.getRuleSets()
          Returns the rule sets defined in this project and used during the evaluation.