RBNinference
Class BoolNode

java.lang.Object
  extended by RBNinference.BoolNode

public class BoolNode
extends java.lang.Object


Constructor Summary
BoolNode()
          Creates new BayesNetNode
BoolNode(java.lang.String n, BoolNode[] p)
           
 
Method Summary
 void setCptEntry(int[] parvals, double val)
           
 void setCptEntry(int i, double val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoolNode

public BoolNode()
Creates new BayesNetNode


BoolNode

public BoolNode(java.lang.String n,
                BoolNode[] p)
Method Detail

setCptEntry

public void setCptEntry(int i,
                        double val)

setCptEntry

public void setCptEntry(int[] parvals,
                        double val)