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 a RuleUnit. All fields of the implementing POJO that are instance of DataSource are equivalent to typed EntryPoints 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 to Global for this rule unit.