Uses of Class
org.drools.base.rule.DialectRuntimeRegistry
Packages that use DialectRuntimeRegistry
Package
Description
Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.
-
Uses of DialectRuntimeRegistry in org.drools.base.definitions
Methods in org.drools.base.definitions that return DialectRuntimeRegistry -
Uses of DialectRuntimeRegistry in org.drools.base.definitions.impl
Fields in org.drools.base.definitions.impl declared as DialectRuntimeRegistryModifier and TypeFieldDescriptionprotected DialectRuntimeRegistryKnowledgePackageImpl.dialectRuntimeRegistryMethods in org.drools.base.definitions.impl that return DialectRuntimeRegistry -
Uses of DialectRuntimeRegistry in org.drools.base.rule
Methods in org.drools.base.rule with parameters of type DialectRuntimeRegistryModifier and TypeMethodDescriptionDialectRuntimeData.clone(DialectRuntimeRegistry registry, ClassLoader rootClassLoader) DialectRuntimeData.clone(DialectRuntimeRegistry registry, ClassLoader rootClassLoader, boolean excludeDeclaredClasses) voidDialectRuntimeData.merge(DialectRuntimeRegistry registry, DialectRuntimeData newData) voidDialectRuntimeData.merge(DialectRuntimeRegistry registry, DialectRuntimeData newData, boolean excludeDeclaredClasses) voidDialectRuntimeRegistry.merge(DialectRuntimeRegistry newDatas, ClassLoader rootClassLoader) voidDialectRuntimeRegistry.merge(DialectRuntimeRegistry newDatas, ClassLoader rootClassLoader, boolean excludeClasses) voidDialectRuntimeData.onAdd(DialectRuntimeRegistry dialectRuntimeRegistry, ClassLoader rootClassLoader)