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.impl | |
org.drools.core.runtime.rule.impl |
Modifier and Type | Method and Description |
---|---|
QueryResultsImpl |
WorkingMemory.getQueryResults(String query,
Object... arguments)
Retrieve the QueryResults of the specified query and arguments
|
Constructor and Description |
---|
QueryResultsRowImpl(QueryRowWithSubruleIndex row,
WorkingMemory workingMemory,
QueryResultsImpl queryResults) |
Modifier and Type | Method and Description |
---|---|
QueryResultsImpl |
StatefulKnowledgeSessionImpl.getQueryResults(String queryName,
Object... arguments) |
Modifier and Type | Method and Description |
---|---|
QueryResultsImpl |
QueryResultsJaxbAdapter.marshal(FlatQueryResults v) |
Modifier and Type | Method and Description |
---|---|
FlatQueryResults |
QueryResultsJaxbAdapter.unmarshal(QueryResultsImpl v) |
Constructor and Description |
---|
FlatQueryResults(QueryResultsImpl results) |
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.