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()

Method Summary
 Collection<RuleReference> getRules()
          Returns the rules defined in this rule set, and used during the evaluation.
 
Methods inherited from interface com.sodius.mdw.core.eval.debug.ProjectUnitReference
getPackageName, getParameterCount, getQualifiedName, getVisibility
 
Methods inherited from interface com.sodius.mdw.core.eval.debug.ElementReference
getName, getProject
 

Method Detail

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