Interface ModelImplementationProviderFinder
-
public interface ModelImplementationProviderFinderActual implementation is required to retrieve aList<ModelImplementationProvider>out from the classes found in the classpath
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T extends org.dmg.pmml.Model,E extends org.kie.pmml.commons.model.KiePMMLModel>
List<ModelImplementationProvider<T,E>>getImplementations(boolean refresh)Retrieve all theModelImplementationProviderimplementations in the classpath
-
-
-
Method Detail
-
getImplementations
<T extends org.dmg.pmml.Model,E extends org.kie.pmml.commons.model.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:
-
-