Uses of Interface
org.drools.ruleunits.api.RuleUnitData
-
Packages that use RuleUnitData Package Description org.drools.ruleunits.api -
-
Uses of RuleUnitData in org.drools.ruleunits.api
Classes in org.drools.ruleunits.api with type parameters of type RuleUnitData Modifier and Type Interface Description interface
RuleUnit<T extends RuleUnitData>
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.interface
RuleUnitInstance<T extends RuleUnitData>
An instance of aRuleUnit
working on the data contained in a specificRuleUnitData
.Methods in org.drools.ruleunits.api with type parameters of type RuleUnitData Modifier and Type Method Description default <T extends RuleUnitData>
RuleUnitInstance<T>RuleUnitProvider. createRuleUnitInstance(T ruleUnitData)
<T extends RuleUnitData>
RuleUnit<T>RuleUnitProvider. getRuleUnit(T ruleUnitData)
Provides theRuleUnit
generated for the givenRuleUnitData
.
-