edu.ucla.belief.io.xmlbif
Interface RunReadBIF.MonitorableReusableParser

All Known Implementing Classes:
UAI06Parser, XmlbifParser
Enclosing class:
RunReadBIF

public static interface RunReadBIF.MonitorableReusableParser


Method Summary
 BeliefNetwork beliefNetwork(File input, NodeLinearTask task)
           
 BeliefNetwork beliefNetwork(InputStream input, NodeLinearTask task)
           
 void cleanup()
           
 String[] getSyntaxErrors()
           
 void setHighPerformance(boolean flag)
           
 

Method Detail

beliefNetwork

BeliefNetwork beliefNetwork(File input,
                            NodeLinearTask task)
                            throws Exception
Throws:
Exception

beliefNetwork

BeliefNetwork beliefNetwork(InputStream input,
                            NodeLinearTask task)
                            throws Exception
Throws:
Exception

cleanup

void cleanup()

getSyntaxErrors

String[] getSyntaxErrors()

setHighPerformance

void setHighPerformance(boolean flag)


Copyright 2010 UCLA Automated Reasoning Group