RBNinference
Class BayesNetIntBIF

java.lang.Object
  extended by RBNinference.BayesNetIntBIF
All Implemented Interfaces:
BayesNetInt

public class BayesNetIntBIF
extends java.lang.Object
implements BayesNetInt


Constructor Summary
BayesNetIntBIF(java.io.File filename)
          Creates new BayesNetIntXMLBIF
 
Method Summary
 void addNode(SimpleBNNode node, int[] coords, int truthval)
          Add node to the network.
 void addNode(SimpleBNNode node, int xoffset, int truthval)
           
 void open()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BayesNetIntBIF

public BayesNetIntBIF(java.io.File filename)
Creates new BayesNetIntXMLBIF

Method Detail

addNode

public void addNode(SimpleBNNode node,
                    int xoffset,
                    int truthval)
Specified by:
addNode in interface BayesNetInt

addNode

public void addNode(SimpleBNNode node,
                    int[] coords,
                    int truthval)
Description copied from interface: BayesNetInt
Add node to the network. Place node at coordinates coords (if concrete BNS supports such placement)

Specified by:
addNode in interface BayesNetInt

open

public void open()
Specified by:
open in interface BayesNetInt