public class PMMLLoaderService extends Object
| Modifier and Type | Method and Description |
|---|---|
static List<org.kie.pmml.commons.model.KiePMMLModel> |
getKiePMMLModelsLoadedFromResource(org.drools.compiler.builder.impl.KnowledgeBuilderImpl kbuilderImpl,
org.kie.api.io.Resource resource) |
static List<org.kie.pmml.commons.model.KiePMMLModel> |
getKiePMMLModelsLoadedFromResourcesWithConfigurations(org.drools.compiler.builder.impl.KnowledgeBuilderImpl kbuilderImpl,
Collection<org.kie.api.io.ResourceWithConfiguration> resourceWithConfigurations) |
public static List<org.kie.pmml.commons.model.KiePMMLModel> getKiePMMLModelsLoadedFromResourcesWithConfigurations(org.drools.compiler.builder.impl.KnowledgeBuilderImpl kbuilderImpl, Collection<org.kie.api.io.ResourceWithConfiguration> resourceWithConfigurations)
kbuilderImpl - resourceWithConfigurations - org.kie.pmml.commons.exceptions.KiePMMLException - if any KiePMMLInternalException has been thrown during executionorg.kie.pmml.commons.exceptions.ExternalException - if any other kind of Exception has been thrown during executionpublic static List<org.kie.pmml.commons.model.KiePMMLModel> getKiePMMLModelsLoadedFromResource(org.drools.compiler.builder.impl.KnowledgeBuilderImpl kbuilderImpl, org.kie.api.io.Resource resource)
kbuilderImpl - resource - org.kie.pmml.commons.exceptions.KiePMMLException - if any KiePMMLInternalException has been thrown during executionorg.kie.pmml.commons.exceptions.ExternalException - if any other kind of Exception has been thrown during executionCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.