Drools :: Beliefs 6.2.0.Final

org.drools.beliefs.bayes
Class BayesNetwork

java.lang.Object
  extended by org.drools.beliefs.graph.impl.GraphImpl<BayesVariable>
      extended by org.drools.beliefs.bayes.BayesNetwork
All Implemented Interfaces:
Iterable<GraphNode<BayesVariable>>, Graph<BayesVariable>

public class BayesNetwork
extends GraphImpl<BayesVariable>


Field Summary
 
Fields inherited from class org.drools.beliefs.graph.impl.GraphImpl
idCounter
 
Constructor Summary
BayesNetwork()
           
BayesNetwork(String name)
           
BayesNetwork(String name, String packageName)
           
 
Method Summary
 String getName()
           
 String getPackageName()
           
 
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
 

Constructor Detail

BayesNetwork

public BayesNetwork(String name)

BayesNetwork

public BayesNetwork(String name,
                    String packageName)

BayesNetwork

public BayesNetwork()
Method Detail

getName

public String getName()

getPackageName

public String getPackageName()

Drools :: Beliefs 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.