| Package | Description |
|---|---|
| org.kie.api |
Base KIE API classes.
|
| org.kie.api.definition |
All classes to create definitions, as built by the KieBuilder from artifact resources, can be found here.
|
| Modifier and Type | Method and Description |
|---|---|
FactType |
KieBase.getFactType(String packageName,
String typeName)
Returns a reference to the
FactType identified by the given package and type names. |
| Modifier and Type | Method and Description |
|---|---|
Collection<FactType> |
KiePackage.getFactTypes()
Return the fact types declared in this package
The collection is immutable.
|
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.