Package | Description |
---|---|
org.drools.core |
This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory
|
Modifier and Type | Field and Description |
---|---|
static RuleBaseConfiguration.SequentialAgenda |
RuleBaseConfiguration.SequentialAgenda.DYNAMIC |
static RuleBaseConfiguration.SequentialAgenda |
RuleBaseConfiguration.SequentialAgenda.SEQUENTIAL |
Modifier and Type | Method and Description |
---|---|
static RuleBaseConfiguration.SequentialAgenda |
RuleBaseConfiguration.SequentialAgenda.determineSequentialAgenda(String value) |
RuleBaseConfiguration.SequentialAgenda |
RuleBaseConfiguration.getSequentialAgenda() |
Modifier and Type | Method and Description |
---|---|
void |
RuleBaseConfiguration.setSequentialAgenda(RuleBaseConfiguration.SequentialAgenda sequentialAgenda) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.