il2.bridge
Class IO

Object
  extended by IO

public class IO
extends Object


Constructor Summary
IO()
           
 
Method Summary
static IntMap[] readEvidenceCases(String file, Domain d)
           
static BayesianNetwork readNetwork(String file)
           
static void writeEvidenceCases(String file, Domain d, IntMap[] evidenceCases)
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IO

public IO()
Method Detail

readNetwork

public static BayesianNetwork readNetwork(String file)
                                   throws Exception
Throws:
Exception

readEvidenceCases

public static IntMap[] readEvidenceCases(String file,
                                         Domain d)
                                  throws Exception
Throws:
Exception

writeEvidenceCases

public static void writeEvidenceCases(String file,
                                      Domain d,
                                      IntMap[] evidenceCases)
                               throws Exception
Throws:
Exception


Copyright 2010 UCLA Automated Reasoning Group