edu.ucla.belief.io.xmlbif
Class RunWriteBIF

Object
  extended by RunWriteBIF
All Implemented Interfaces:
Runnable

public class RunWriteBIF
extends Object
implements Runnable

Support for writing the XML BIF format. Currently the write class edu.ucla.belief.io.xmlbif.XmlbifWriter relies on Java 5. run()/getWriter() will throw a RuntimeException caused by a UnsupportedClassVersionError if you try to run using JRE v 4 or earlier.

Since:
20060525
Author:
keith cascio

Nested Class Summary
static interface RunWriteBIF.BeliefNetworkWriter
           
 
Field Summary
static String STR_CLASSNAME_WRITER
           
 
Constructor Summary
RunWriteBIF(File output, BeliefNetwork bn)
           
 
Method Summary
 File getFile()
           
 FileType getFileType()
           
 boolean getResult()
           
 RunWriteBIF.BeliefNetworkWriter getWriter()
           
 void run()
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STR_CLASSNAME_WRITER

public static final String STR_CLASSNAME_WRITER
See Also:
Constant Field Values
Constructor Detail

RunWriteBIF

public RunWriteBIF(File output,
                   BeliefNetwork bn)
Method Detail

getFile

public File getFile()

getFileType

public FileType getFileType()

getResult

public boolean getResult()

run

public void run()
Specified by:
run in interface Runnable

getWriter

public RunWriteBIF.BeliefNetworkWriter getWriter()


Copyright 2010 UCLA Automated Reasoning Group