Package org.drools.beliefs.bayes.runtime
Class BayesRuntimeImpl
- java.lang.Object
-
- org.drools.beliefs.bayes.runtime.BayesRuntimeImpl
-
- All Implemented Interfaces:
BayesRuntime
public class BayesRuntimeImpl extends Object implements BayesRuntime
-
-
Constructor Summary
Constructors Constructor Description BayesRuntimeImpl(org.kie.api.KieBase kieBase)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BayesInstancecreateInstance(Class cls)
-
-
-
Method Detail
-
createInstance
public BayesInstance createInstance(Class cls)
- Specified by:
createInstancein interfaceBayesRuntime
-
-