Class RuleUnitComponentFactoryImpl
java.lang.Object
org.drools.ruleunits.impl.factory.RuleUnitComponentFactoryImpl
- All Implemented Interfaces:
Comparable<KieService>,KieService,RuleUnitComponentFactory
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.kie.internal.ruleunit.RuleUnitComponentFactory
RuleUnitComponentFactory.FactoryHolder -
Field Summary
Fields inherited from interface org.kie.api.internal.utils.KieService
UNDEFINED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateRuleUnitDescription(KiePackage pkg, Class<?> ruleUnitClass) createRuleUnitDescription(KiePackage pkg, String ruleUnitSimpleName) booleanisDataSourceClass(Class<?> ruleUnitClass) booleanisRuleUnitClass(Class<?> ruleUnitClass) voidregisterRuleUnitDescription(GeneratedRuleUnitDescription ruleUnitDescription) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.kie.api.internal.utils.KieService
compareTo, servicePriority, serviceTag
-
Constructor Details
-
RuleUnitComponentFactoryImpl
public RuleUnitComponentFactoryImpl()
-
-
Method Details
-
registerRuleUnitDescription
-
createRuleUnitDescription
- Specified by:
createRuleUnitDescriptionin interfaceRuleUnitComponentFactory
-
createRuleUnitDescription
- Specified by:
createRuleUnitDescriptionin interfaceRuleUnitComponentFactory
-
isRuleUnitClass
- Specified by:
isRuleUnitClassin interfaceRuleUnitComponentFactory
-
isDataSourceClass
- Specified by:
isDataSourceClassin interfaceRuleUnitComponentFactory
-