public interface KiePackage
KieBase.
 The name is used to provide "namespace" separation of those definitions.| Modifier and Type | Method and Description | 
|---|---|
Collection<FactType> | 
getFactTypes()
Return the fact types declared in this package
 The collection is immutable. 
 | 
Collection<String> | 
getFunctionNames()
Return the names of the functions defined in this package. 
 | 
Collection<Global> | 
getGlobalVariables()
Return the names of the globals defined in this package. 
 | 
String | 
getName()  | 
Collection<Process> | 
getProcesses()
Return the process definitions for this package. 
 | 
Collection<Query> | 
getQueries()
Return the query definitions for this package. 
 | 
Collection<Rule> | 
getRules()  | 
String getName()
Collection<Rule> getRules()
Collection<Process> getProcesses()
Collection<FactType> getFactTypes()
Collection<Query> getQueries()
Collection<String> getFunctionNames()
Collection<Global> getGlobalVariables()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.