Package org.kie.internal.ruleunit
Interface RuleUnitComponentFactory
- All Superinterfaces:
Comparable<KieService>,KieService
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from interface org.kie.api.internal.utils.KieService
UNDEFINED -
Method Summary
Modifier and TypeMethodDescriptioncreateRuleUnitDescription(KiePackage pkg, Class<?> ruleUnitClass) createRuleUnitDescription(KiePackage pkg, String ruleUnitSimpleName) Creates a rule unit description from the given qualified name.static RuleUnitComponentFactoryget()booleanisDataSourceClass(Class<?> ruleUnitClass) booleanisRuleUnitClass(Class<?> ruleUnitClass) Methods inherited from interface org.kie.api.internal.utils.KieService
compareTo, servicePriority, serviceTag
-
Method Details
-
get
-
createRuleUnitDescription
-
createRuleUnitDescription
Creates a rule unit description from the given qualified name. Optional operation (may be provided by alternative implementations)- Returns:
- null if not supported or missing.
-
isRuleUnitClass
-
isDataSourceClass
-