Package org.drools.beliefs.bayes
Class BayesNetwork
- java.lang.Object
-
- org.drools.beliefs.graph.impl.GraphImpl<BayesVariable>
-
- org.drools.beliefs.bayes.BayesNetwork
-
- All Implemented Interfaces:
Iterable<GraphNode<BayesVariable>>,Graph<BayesVariable>
public class BayesNetwork extends GraphImpl<BayesVariable>
-
-
Constructor Summary
Constructors Constructor Description BayesNetwork()BayesNetwork(String name)BayesNetwork(String name, String packageName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()StringgetPackageName()-
Methods inherited from class org.drools.beliefs.graph.impl.GraphImpl
addNode, getNode, iterator, removeNode, size
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-