Package | Description |
---|---|
org.drools.core |
This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory
|
org.drools.core.runtime.rule.impl |
Modifier and Type | Method and Description |
---|---|
QueryResult |
QueryResults.get(int i) |
Modifier and Type | Method and Description |
---|---|
Iterator<QueryResult> |
QueryResults.iterator()
Returns an Iterator for the results.
|
Constructor and Description |
---|
NativeQueryResultRow(QueryResult result) |
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.