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 |
Constructor and Description |
---|
QueryResultsRowImpl(QueryRowWithSubruleIndex row,
WorkingMemory workingMemory,
QueryResultsImpl queryResults) |
Modifier and Type | Method and Description |
---|---|
QueryResultsImpl |
StatefulKnowledgeSessionImpl.getQueryResults(String queryName,
Object... arguments) |
QueryResultsImpl |
StatefulKnowledgeSessionImpl.getQueryResultsFromRHS(String queryName,
Object... arguments)
(This shall NOT be exposed on public API)
|
protected QueryResultsImpl |
StatefulKnowledgeSessionImpl.internalGetQueryResult(boolean calledFromRHS,
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–2018 JBoss by Red Hat. All rights reserved.