public interface ModelImplementationProviderFinder
List<ModelImplementationProvider> out from the classes found in the classpath| Modifier and Type | Method and Description |
|---|---|
<T extends org.dmg.pmml.Model,E extends KiePMMLModel> |
getImplementations(boolean refresh)
Retrieve all the
ModelImplementationProvider implementations in the classpath |
<T extends org.dmg.pmml.Model,E extends KiePMMLModel> List<ModelImplementationProvider<T,E>> getImplementations(boolean refresh)
ModelImplementationProvider implementations in the classpathrefresh - pass true to reload classes from classpath; false to use cached onesCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.