Uses of Package
org.drools.ruleunits.api
-
Packages that use org.drools.ruleunits.api Package Description org.drools.ruleunits.api -
Classes in org.drools.ruleunits.api used by org.drools.ruleunits.api Class Description DataHandle An handle to an object inserted into aDataStore
.DataProcessor The interface to implement in order to be notified of all the changes occurred to the facts managed by aDataSource
DataSource A strongly typed source of data for aRuleUnit
.DataSource.Factory DataStore ADataSource
of mutable data.DataStream ADataSource
of immutable data.RuleUnit A rule unit is an atomic module defining a set of rules and a set of strongly typedDataSource
s through which the facts processed by the rule engine are inserted.RuleUnitData A marker interface that has to be implemented by a POJO defining the set of data belonging to and used by aRuleUnit
.RuleUnitInstance An instance of aRuleUnit
working on the data contained in a specificRuleUnitData
.RuleUnitProvider SingletonStore A data store that contains at most one value