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 |
QueryResult.row |
Modifier and Type | Field and Description |
---|---|
protected List<QueryRowWithSubruleIndex> |
QueryResults.results |
Constructor and Description |
---|
QueryResult(QueryRowWithSubruleIndex row,
WorkingMemory workingMemory,
QueryResults queryResults) |
Constructor and Description |
---|
QueryResults(List<QueryRowWithSubruleIndex> results,
Map<String,Declaration>[] declarations,
WorkingMemory workingMemory,
Declaration[] parameters) |
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.