Class DMNRuntimeService

  • All Implemented Interfaces:
    java.lang.Comparable<org.kie.api.internal.utils.KieService>, org.kie.api.internal.runtime.KieRuntimeService<org.kie.dmn.api.core.DMNRuntime>, org.kie.api.internal.utils.KieService

    public class DMNRuntimeService
    extends java.lang.Object
    implements org.kie.api.internal.runtime.KieRuntimeService<org.kie.dmn.api.core.DMNRuntime>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class getServiceInterface()  
      org.kie.dmn.api.core.DMNRuntime newKieRuntime​(org.kie.api.KieBase kieBase)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.kie.api.internal.utils.KieService

        compareTo, servicePriority
    • Constructor Detail

      • DMNRuntimeService

        public DMNRuntimeService()
    • Method Detail

      • newKieRuntime

        public org.kie.dmn.api.core.DMNRuntime newKieRuntime​(org.kie.api.KieBase kieBase)
        Specified by:
        newKieRuntime in interface org.kie.api.internal.runtime.KieRuntimeService<org.kie.dmn.api.core.DMNRuntime>
      • getServiceInterface

        public java.lang.Class getServiceInterface()
        Specified by:
        getServiceInterface in interface org.kie.api.internal.runtime.KieRuntimeService<org.kie.dmn.api.core.DMNRuntime>