public interface RuleUnitComponentFactory
Modifier and Type | Interface and Description |
---|---|
static class |
RuleUnitComponentFactory.FactoryHolder |
Modifier and Type | Method and Description |
---|---|
RuleUnitDescription |
createRuleUnitDescription(org.kie.api.definition.KiePackage pkg,
Class<?> ruleUnitClass) |
RuleUnitDescription |
createRuleUnitDescription(org.kie.api.definition.KiePackage pkg,
String ruleUnitSimpleName)
Creates a rule unit description from the given qualified name.
|
static RuleUnitComponentFactory |
get() |
boolean |
isDataSourceClass(Class<?> ruleUnitClass) |
boolean |
isLegacyRuleUnit() |
boolean |
isRuleUnitClass(Class<?> ruleUnitClass) |
ApplyPmmlModelCommandExecutor |
newApplyPmmlModelCommandExecutor() |
static RuleUnitComponentFactory get()
RuleUnitDescription createRuleUnitDescription(org.kie.api.definition.KiePackage pkg, Class<?> ruleUnitClass)
RuleUnitDescription createRuleUnitDescription(org.kie.api.definition.KiePackage pkg, String ruleUnitSimpleName)
ApplyPmmlModelCommandExecutor newApplyPmmlModelCommandExecutor()
boolean isRuleUnitClass(Class<?> ruleUnitClass)
boolean isDataSourceClass(Class<?> ruleUnitClass)
boolean isLegacyRuleUnit()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.