Interface IRuleInput
- All Known Subinterfaces:
IDtRuleInput
- All Known Implementing Classes:
DtRuleInput
,RuleInput
public interface IRuleInput
The input of
IRule
.-
Method Summary
Modifier and TypeMethodDescriptionReturns editing objects.
-
Method Details
-
getEditingObjects
Collection<Object> getEditingObjects()Returns editing objects.- Returns:
- editing objects.
-