Class PMMLResource


  • public class PMMLResource
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PMMLResource​(java.util.List<org.kie.pmml.commons.model.KiePMMLModel> kiePmmlModels, java.nio.file.Path path, java.lang.String modelPath)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<org.kie.pmml.commons.model.KiePMMLModel> getKiePmmlModels()  
      java.lang.String getModelPath()  
      java.nio.file.Path getPath()  
      • Methods inherited from class java.lang.Object

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

      • PMMLResource

        public PMMLResource​(java.util.List<org.kie.pmml.commons.model.KiePMMLModel> kiePmmlModels,
                            java.nio.file.Path path,
                            java.lang.String modelPath)
    • Method Detail

      • getKiePmmlModels

        public java.util.List<org.kie.pmml.commons.model.KiePMMLModel> getKiePmmlModels()
      • getPath

        public java.nio.file.Path getPath()
      • getModelPath

        public java.lang.String getModelPath()