Package org.drools.ruleunits.api
Interface RuleUnitData
-
public interface RuleUnitData
A 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 ofDataSource
are equivalent to typedEntryPoint
s 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 toGlobal
for this rule unit.