Interface ModelImplementationProviderFinder
public interface ModelImplementationProviderFinder
Actual implementation is required to retrieve a
List<ModelImplementationProvider> out from the classes found in the classpath-
Method Summary
Modifier and TypeMethodDescription<T extends org.dmg.pmml.Model,E extends KiePMMLModel>
List<ModelImplementationProvider<T,E>> getImplementations(boolean refresh) Retrieve all theModelImplementationProviderimplementations in the classpath
-
Method Details
-
getImplementations
<T extends org.dmg.pmml.Model,E extends KiePMMLModel> List<ModelImplementationProvider<T,E>> getImplementations(boolean refresh) Retrieve all theModelImplementationProviderimplementations in the classpath- Parameters:
refresh- passtrueto reload classes from classpath;falseto use cached ones- Returns:
-