| 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 |
|---|---|
protected QueryRowWithSubruleIndex |
QueryResultsRowImpl.row |
| Modifier and Type | Field and Description |
|---|---|
protected List<QueryRowWithSubruleIndex> |
QueryResultsImpl.results |
| Constructor and Description |
|---|
QueryResultsRowImpl(QueryRowWithSubruleIndex row,
WorkingMemory workingMemory,
QueryResultsImpl queryResults) |
| Constructor and Description |
|---|
QueryResultsImpl(List<QueryRowWithSubruleIndex> results,
Map<String,Declaration>[] declarations,
WorkingMemory workingMemory,
Declaration[] parameters) |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.