Uses of Class
org.drools.model.codegen.execmodel.PackageSources
-
Packages that use PackageSources Package Description org.drools.model.codegen.execmodel org.drools.model.codegen.project org.drools.model.codegen.tool -
-
Uses of PackageSources in org.drools.model.codegen.execmodel
Classes in org.drools.model.codegen.execmodel with type parameters of type PackageSources Modifier and Type Class Description classModelBuilderImpl<T extends PackageSources>Methods in org.drools.model.codegen.execmodel that return PackageSources Modifier and Type Method Description static PackageSourcesPackageSources. dumpSources(PackageModel pkgModel)Methods in org.drools.model.codegen.execmodel with parameters of type PackageSources Modifier and Type Method Description protected static RuleWriterPackageSources. writeRules(PackageModel pkgModel, PackageSources sources, PackageModelWriter packageModelWriter)Method parameters in org.drools.model.codegen.execmodel with type arguments of type PackageSources Modifier and Type Method Description ModelWriter.ResultModelWriter. writeModel(org.drools.compiler.compiler.io.memory.MemoryFileSystem srcMfs, java.util.Collection<PackageSources> packageSources) -
Uses of PackageSources in org.drools.model.codegen.project
Subclasses of PackageSources in org.drools.model.codegen.project Modifier and Type Class Description classCodegenPackageSources -
Uses of PackageSources in org.drools.model.codegen.tool
Classes in org.drools.model.codegen.tool with type parameters of type PackageSources Modifier and Type Class Description classExplicitCanonicalModelCompiler<T extends PackageSources>An alternative compilation flow that generates code starting from a collection ofCompositePackageDescrs, skipping theKnowledgeBuilderentirely.Methods in org.drools.model.codegen.tool with type parameters of type PackageSources Modifier and Type Method Description static <T extends PackageSources>
ExplicitCanonicalModelCompiler<T>ExplicitCanonicalModelCompiler. of(java.util.Collection<org.drools.compiler.lang.descr.CompositePackageDescr> packages, org.drools.compiler.builder.impl.KnowledgeBuilderConfigurationImpl configuration, java.util.function.Function<PackageModel,T> sourceDumpFunction)
-