Package org.drools.beliefs.bayes.runtime
Class BayesRuntimeService
- java.lang.Object
-
- org.drools.beliefs.bayes.runtime.BayesRuntimeService
-
- All Implemented Interfaces:
Comparable<org.kie.api.internal.utils.KieService>,org.kie.api.internal.runtime.KieRuntimeService<BayesRuntime>,org.kie.api.internal.utils.KieService
public class BayesRuntimeService extends Object implements org.kie.api.internal.runtime.KieRuntimeService<BayesRuntime>
-
-
Constructor Summary
Constructors Constructor Description BayesRuntimeService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClassgetServiceInterface()BayesRuntimenewKieRuntime(org.kie.api.KieBase kieBase)
-
-
-
Method Detail
-
newKieRuntime
public BayesRuntime newKieRuntime(org.kie.api.KieBase kieBase)
- Specified by:
newKieRuntimein interfaceorg.kie.api.internal.runtime.KieRuntimeService<BayesRuntime>
-
getServiceInterface
public Class getServiceInterface()
- Specified by:
getServiceInterfacein interfaceorg.kie.api.internal.runtime.KieRuntimeService<BayesRuntime>
-
-