Uses of Class
org.drools.core.definitions.impl.KnowledgePackageImpl
-
Packages that use KnowledgePackageImpl Package Description org.drools.core.definitions.impl org.drools.core.rule Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements. -
-
Uses of KnowledgePackageImpl in org.drools.core.definitions.impl
Methods in org.drools.core.definitions.impl that return KnowledgePackageImpl Modifier and Type Method Description KnowledgePackageImplKnowledgePackageImpl. deepCloneIfAlreadyInUse(ClassLoader classLoader) -
Uses of KnowledgePackageImpl in org.drools.core.rule
Methods in org.drools.core.rule with parameters of type KnowledgePackageImpl Modifier and Type Method Description voidDialectRuntimeData. removeFunction(KnowledgePackageImpl pkg, Function function)DialectRuntimeDataDialectRuntimeRegistry. removeFunction(KnowledgePackageImpl pkg, Function function)voidJavaDialectRuntimeData. removeFunction(KnowledgePackageImpl pkg, Function function)voidDialectRuntimeData. removeRule(KnowledgePackageImpl pkg, RuleImpl rule)voidDialectRuntimeRegistry. removeRule(KnowledgePackageImpl pkg, RuleImpl rule)voidJavaDialectRuntimeData. removeRule(KnowledgePackageImpl pkg, RuleImpl rule)
-