Uses of Interface
com.sodius.mdw.core.eval.project.RuleSet

Packages that use RuleSet
com.sodius.mdw.core.eval.project Provides a description of the contents of a project : templates, rules and scripts. 
 

Uses of RuleSet in com.sodius.mdw.core.eval.project
 

Methods in com.sodius.mdw.core.eval.project that return RuleSet
 RuleSet Rule.getRuleSet()
          Returns the rule set in which this rule is defined.
 

Methods in com.sodius.mdw.core.eval.project that return types with arguments of type RuleSet
 Collection<RuleSet> Project.getRuleSets()
          Returns the collection of available rule sets.