Uses of Interface
org.drools.ruleunits.api.RuleUnit
-
Packages that use RuleUnit Package Description org.drools.ruleunits.api -
-
Uses of RuleUnit in org.drools.ruleunits.api
Methods in org.drools.ruleunits.api that return RuleUnit Modifier and Type Method Description <T extends RuleUnitData>
RuleUnit<T>RuleUnitProvider. getRuleUnit(T ruleUnitData)
Provides theRuleUnit
generated for the givenRuleUnitData
.RuleUnit<T>
RuleUnitInstance. unit()
TheRuleUnit
from which this RuleUnitInstance has been created.
-