| 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.AssertBehaviour |
RuleBaseConfiguration.AssertBehaviour.EQUALITY |
static RuleBaseConfiguration.AssertBehaviour |
RuleBaseConfiguration.AssertBehaviour.IDENTITY |
| Modifier and Type | Method and Description |
|---|---|
static RuleBaseConfiguration.AssertBehaviour |
RuleBaseConfiguration.AssertBehaviour.determineAssertBehaviour(String value) |
RuleBaseConfiguration.AssertBehaviour |
RuleBaseConfiguration.getAssertBehaviour() |
| Modifier and Type | Method and Description |
|---|---|
void |
RuleBaseConfiguration.setAssertBehaviour(RuleBaseConfiguration.AssertBehaviour assertBehaviour) |
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.