Package org.ocpsoft.rewrite.param
Interface ParameterizedRule
- All Superinterfaces:
Condition,Operation,Parameterized,Rule
- All Known Implementing Classes:
ConfigurationRuleBuilder,RuleBuilder
Represents a
Rule that has a ParameterStore.- Author:
- Lincoln Baxter, III
-
Method Summary
Methods inherited from interface org.ocpsoft.rewrite.param.Parameterized
getRequiredParameterNames, setParameterStore
-
Method Details
-
getParameterStore
ParameterStore getParameterStore()Return theParameterStorefor thisRule
-