| Package | Description |
|---|---|
| org.drools.ruleunit.executor | |
| org.drools.ruleunit.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
RuleUnitExecutorSession |
| Modifier and Type | Field and Description |
|---|---|
protected InternalRuleUnitExecutor |
RuleUnitSessionImpl.ruleUnitExecutor |
| Modifier and Type | Method and Description |
|---|---|
InternalRuleUnitExecutor |
RuleUnitSessionImpl.getRuleUnitExecutor() |
| Constructor and Description |
|---|
RuleUnitSessionImpl(InternalRuleUnitExecutor ruleUnitExecutor,
org.drools.core.impl.StatefulKnowledgeSessionImpl session) |
| Modifier and Type | Method and Description |
|---|---|
<T extends RuleUnit> |
RuleUnitFactory.getOrCreateRuleUnit(InternalRuleUnitExecutor executor,
Class<T> ruleUnitClass) |
RuleUnit |
RuleUnitFactory.getOrCreateRuleUnit(InternalRuleUnitExecutor executor,
String name,
ClassLoader classLoader) |
<T extends RuleUnit> |
RuleUnitFactory.injectUnitVariables(InternalRuleUnitExecutor executor,
T ruleUnit) |
RuleUnit |
RuleUnitFactory.registerUnit(InternalRuleUnitExecutor executor,
RuleUnit ruleUnit) |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.