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 Type
    Method
    Description
    <T extends org.dmg.pmml.Model, E extends KiePMMLModel>
    List<ModelImplementationProvider<T,E>>
    getImplementations(boolean refresh)
    Retrieve all the ModelImplementationProvider implementations in the classpath
  • Method Details

    • getImplementations

      <T extends org.dmg.pmml.Model, E extends 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: