Uses of Package
org.kie.internal.builder
Packages that use org.kie.internal.builder
Package
Description
The builder package is responsible for building knowledge definitions from artifact resources.
Providers helper classes that can be used during building.
-
Classes in org.kie.internal.builder used by org.kie.internal.builderClassDescriptionA KnowledgeBuilder with a fluent interface allowing to add multiple Resources at the same time, without worrying about cross dependencies among them.ResourceConfiguration for decision tables.Specifies the type of decision table resource.The KnowledgeBuilder is responsible for taking source files, such as a .drl file, a .bpmn2 file or an .xls file, and turning them into a KnowledgePackage of rule and process definitions which a KnowledgeBase can consume.This class configures the knowledge package builder and compiler.A reported error during the build process.A typed collection of errors.A super interface for Knowledge Building result messages.A typed collection for knowledge builder results.This is a mixin style interface who's role is to provide process specific methods to the KnowledgeBuilder, currently there are none.An enum of the available problem typesThis is a mixin style interface who's role is to provide rule specific methods to the KnowledgeBuilder, currently there are none.
-
Classes in org.kie.internal.builder used by org.kie.internal.builder.conf
-
Classes in org.kie.internal.builder used by org.kie.internal.builder.helpClassDescriptionThe KnowledgeBuilder is responsible for taking source files, such as a .drl file, a .bpmn2 file or an .xls file, and turning them into a KnowledgePackage of rule and process definitions which a KnowledgeBase can consume.