Class PMMLImplementationsUtil


  • public class PMMLImplementationsUtil
    extends java.lang.Object
    Class used to provide utility methods to manage implementation to be invoked at runtime
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isjPMMLAvailableToClassLoader​(java.lang.ClassLoader classLoader)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • isjPMMLAvailableToClassLoader

        public static boolean isjPMMLAvailableToClassLoader​(java.lang.ClassLoader classLoader)
        Parameters:
        classLoader -
        Returns:
        true if org.kie.dmn.jpmml.DMNjPMMLInvocationEvaluator is found in the given ClassLoader, false otherwise