RBNinference
Class BayesNetIntXMLBIF

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

public abstract class BayesNetIntXMLBIF
extends java.lang.Object
implements BayesNetInt


Constructor Summary
BayesNetIntXMLBIF(java.lang.String filename)
          Creates new BayesNetIntXMLBIF
 
Method Summary
 void addNode(SimpleBNNode node, boolean truthval, int xoffset)
           
 void addNode(SimpleBNNode node, int xoffset)
           
 void addNode(SimpleBNNode node, int[] coords)
           
 void addNode(SimpleBNNode node, int[] coords, boolean truthval)
           
 void open()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface RBNinference.BayesNetInt
addNode, addNode
 

Constructor Detail

BayesNetIntXMLBIF

public BayesNetIntXMLBIF(java.lang.String filename)
Creates new BayesNetIntXMLBIF

Method Detail

addNode

public void addNode(SimpleBNNode node,
                    int xoffset)

addNode

public void addNode(SimpleBNNode node,
                    boolean truthval,
                    int xoffset)

addNode

public void addNode(SimpleBNNode node,
                    int[] coords)

addNode

public void addNode(SimpleBNNode node,
                    int[] coords,
                    boolean truthval)

open

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