RBNinference
Class DummyBNNode

java.lang.Object
  extended by RBNinference.BNNode
      extended by RBNinference.DummyBNNode

public class DummyBNNode
extends BNNode


Field Summary
 
Fields inherited from class RBNinference.BNNode
children, depth, instantiated, name, parents
 
Constructor Summary
DummyBNNode()
          Creates new DummyBNNode
DummyBNNode(int lev)
           
 
Method Summary
 
Methods inherited from class RBNinference.BNNode
addToChildren, addToParents, buildNodeStack, depth, familyXcenter, instantiate, instantiatedTo, parentsSubset, replaceInChildrenList, replaceInParentList, resetParents, resetVisited, resetVisitedUpDownstream, resetVisitedUpstream, setDepth, showAllReachable, sizeFamily, xSum
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyBNNode

public DummyBNNode()
Creates new DummyBNNode


DummyBNNode

public DummyBNNode(int lev)