Class BayesRuntimeService

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

    public class BayesRuntimeService
    extends java.lang.Object
    implements org.kie.api.internal.runtime.KieRuntimeService<BayesRuntime>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class getServiceInterface()  
      BayesRuntime 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

      • BayesRuntimeService

        public BayesRuntimeService()
    • Method Detail

      • newKieRuntime

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

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