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 |
---|---|
FactType |
KnowledgeBase.getFactType(String packageName,
String typeName)
Returns the FactType identified by the given package and type names.
|
Modifier and Type | Method and Description |
---|---|
Collection<FactType> |
KnowledgePackage.getFactTypes()
Return the fact types declared in this package
The collection is immutable.
|
Modifier and Type | Class and Description |
---|---|
class |
FactTypeAdapter |
Modifier and Type | Method and Description |
---|---|
FactType |
KnowledgeBaseAdapter.getFactType(String packageName,
String typeName) |
Modifier and Type | Method and Description |
---|---|
static List<FactType> |
FactTypeAdapter.adaptFactTypes(Collection<org.kie.api.definition.type.FactType> factTypes) |
Collection<FactType> |
KnowledgePackageAdapter.getFactTypes() |
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.