Uses of Class
org.drools.compiler.kproject.models.KieBaseModelImpl
Packages that use KieBaseModelImpl
-
Uses of KieBaseModelImpl in org.drools.compiler.kie.builder.impl
Fields in org.drools.compiler.kie.builder.impl declared as KieBaseModelImplModifier and TypeFieldDescriptionfinal KieBaseModelImplKieBaseUpdaterImplContext.currentKieBaseModelfinal KieBaseModelImplKieBaseUpdaterImplContext.newKieBaseModelMethods in org.drools.compiler.kie.builder.impl with parameters of type KieBaseModelImplModifier and TypeMethodDescriptionAbstractKieModule.buildKnowledgePackages(KieBaseModelImpl kBaseModel, KieProject kieProject, BuildContext buildContext) AbstractKieProject.buildKnowledgePackages(KieBaseModelImpl kBaseModel, BuildContext buildContext) AbstractKieProject.buildKnowledgePackages(KieBaseModelImpl kBaseModel, BuildContext buildContext, Predicate<String> buildFilter) KieProject.buildKnowledgePackages(KieBaseModelImpl kBaseModel, BuildContext buildContext) KieProject.buildKnowledgePackages(KieBaseModelImpl kBaseModel, BuildContext buildContext, Predicate<String> buildFilter) AbstractKieModule.createKieBase(KieBaseModelImpl kBaseModel, KieProject kieProject, BuildContext buildContext, KieBaseConfiguration conf) InternalKieModule.createKieBase(KieBaseModelImpl kBaseModel, KieProject kieProject, BuildContext buildContext, KieBaseConfiguration conf) protected KnowledgeBuilderAbstractKieProject.createKnowledgeBuilder(KieBaseModelImpl kBaseModel, InternalKieModule kModule) Constructors in org.drools.compiler.kie.builder.impl with parameters of type KieBaseModelImplModifierConstructorDescriptionKieBaseUpdaterImplContext(KieProject kProject, InternalKnowledgeBase kBase, InternalKieModule currentKM, InternalKieModule newKM, KieJarChangeSet cs, Collection<Class<?>> modifiedClasses, boolean modifyingUsedClass, Collection<String> unchangedResources, ResultsImpl results, KieBaseModelImpl newKieBaseModel, KieBaseModelImpl currentKieBaseModel, InternalKnowledgeBuilder kbuilder) -
Uses of KieBaseModelImpl in org.drools.compiler.kproject.models
Methods in org.drools.compiler.kproject.models that return KieBaseModelImplConstructors in org.drools.compiler.kproject.models with parameters of type KieBaseModelImplModifierConstructorDescriptionKieSessionModelImpl(KieBaseModelImpl kBase, String name) RuleTemplateModelImpl(KieBaseModelImpl kbase, String dtable, String template, int row, int col)