public interface PMMLPackage extends org.kie.api.internal.io.ResourceTypePackage<KiePMMLModel>
| Modifier and Type | Method and Description |
|---|---|
void |
addAll(Collection<KiePMMLModel> toAdd) |
Map<String,KiePMMLModel> |
getAllModels() |
Map<String,KiePMMLModel> |
getAllModelsByFullClassName() |
KiePMMLModel |
getModelByFullClassName(String fullClassName) |
KiePMMLModel |
getModelByName(String name) |
add, getResourceType, removeResourceforEach, iterator, spliteratorKiePMMLModel getModelByName(String name)
KiePMMLModel getModelByFullClassName(String fullClassName)
Map<String,KiePMMLModel> getAllModels()
Map<String,KiePMMLModel> getAllModelsByFullClassName()
void addAll(Collection<KiePMMLModel> toAdd)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.