Package org.drools.beliefs.bayes
Class BayesInstanceManager
- java.lang.Object
-
- org.drools.beliefs.bayes.BayesInstanceManager
-
public class BayesInstanceManager extends Object
-
-
Constructor Summary
Constructors Constructor Description BayesInstanceManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BayesInstancegetBayesInstance(String pkgName, String name)Map<String,BayesInstance>getInstances()
-
-
-
Method Detail
-
getInstances
public Map<String,BayesInstance> getInstances()
-
getBayesInstance
public BayesInstance getBayesInstance(String pkgName, String name)
-
-