edu.ucla.belief.io.xmlbif
Class RunWriteBIF
Object
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
STR_CLASSNAME_WRITER
public static final String STR_CLASSNAME_WRITER
- See Also:
- Constant Field Values
RunWriteBIF
public RunWriteBIF(File output,
BeliefNetwork bn)
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