Class DMNResource


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

      Constructors 
      Constructor Description
      DMNResource​(org.kie.dmn.api.core.DMNModel dmnModel, java.nio.file.Path path)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.kie.dmn.api.core.DMNModel getDmnModel()  
      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

      • DMNResource

        public DMNResource​(org.kie.dmn.api.core.DMNModel dmnModel,
                           java.nio.file.Path path)
    • Method Detail

      • getDmnModel

        public org.kie.dmn.api.core.DMNModel getDmnModel()
      • getPath

        public java.nio.file.Path getPath()