Package | Description |
---|---|
org.drools |
The KnowledgeBase and its factory.
|
org.drools.definition |
All classes to create definitions, as built by the KnowledgeBuilder from artifact resources, can be found here.
|
org.drools.impl.adapters |
Modifier and Type | Method and Description |
---|---|
Query |
KnowledgeBase.getQuery(String packageName,
String queryName)
Returns a reference to the Rule identified by the given package and rule names.
|
Modifier and Type | Method and Description |
---|---|
Collection<Query> |
KnowledgePackage.getQueries()
Return the query definitions for this package.
|
Modifier and Type | Class and Description |
---|---|
class |
QueryAdapter |
Modifier and Type | Method and Description |
---|---|
Query |
KnowledgeBaseAdapter.getQuery(String packageName,
String queryName) |
Modifier and Type | Method and Description |
---|---|
static List<Query> |
QueryAdapter.adaptQueries(Collection<org.kie.api.definition.rule.Query> queries) |
Collection<Query> |
KnowledgePackageAdapter.getQueries() |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.