|
KIE API 6.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KiePackage
This provides a collection of knowledge definitions that can be given to a KnowledgeBase. The name is used to provide "namespace" separation of those definitions.
Method Summary | |
---|---|
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()
The namespace for this package |
Collection<Process> |
getProcesses()
Return the process definitions for this package. |
Collection<Query> |
getQueries()
Return the query definitions for this package. |
Collection<Rule> |
getRules()
Return the rule definitions for this package. |
Method Detail |
---|
String getName()
Collection<Rule> getRules()
Collection<Process> getProcesses()
Collection<FactType> getFactTypes()
Collection<Query> getQueries()
Collection<String> getFunctionNames()
Collection<Global> getGlobalVariables()
|
KIE API 6.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |