RBNinference
Interface BayesNetInt

All Known Implementing Classes:
BayesNetIntBIF, BayesNetIntHuginNet, BayesNetIntNeticaDnet, BayesNetIntSamIam, BayesNetIntXMLBIF

public interface BayesNetInt


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()
           
 

Method Detail

addNode

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

addNode

void addNode(SimpleBNNode node,
             int[] coords,
             int truthval)
Add node to the network. Place node at coordinates coords (if concrete BNS supports such placement)


open

void open()