com.sodius.mdw.core.eval.debug
Interface RuleSetReference
- All Superinterfaces:
- ElementReference, ProjectUnitReference
public interface RuleSetReference
- extends ProjectUnitReference
A reference to a rule set.
This interface is not intended to be implemented by clients.
- See Also:
ProjectReference.getRuleSets()
getRules
Collection<RuleReference> getRules()
- Returns the rules defined in this rule set, and used during the evaluation.
- Returns:
- an unmodifiable collection of
RuleReference elements. - See Also:
RuleReference