Interface ModelImplementationProviderFinder


  • public interface ModelImplementationProviderFinder
    Actual implementation is required to retrieve a List<ModelImplementationProvider> out from the classes found 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 the ModelImplementationProvider implementations in the classpath
        Parameters:
        refresh - pass true to reload classes from classpath; false to use cached ones
        Returns: