Package org.drools.ruleunits.api
Interface RuleUnitData
-
public interface RuleUnitDataA marker interface that has to be implemented by a POJO defining the set of data belonging to and used by aRuleUnit. All fields of the implementing POJO that are instance ofDataSourceare equivalent to typedEntryPoints through which inserting (and update and remove when allowed) the facts on which the rule engine will attempt a pattern matching. All other fields are equivalent toGlobalfor this rule unit.