RBNinference
Class BayesNetIntXMLBIF
java.lang.Object
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BayesNetIntXMLBIF
public BayesNetIntXMLBIF(java.lang.String filename)
- Creates new BayesNetIntXMLBIF
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