edu.ucla.belief.io.hugin
Class RunReadHugin

Object
  extended by RunReadNetwork
      extended by RunReadHugin
All Implemented Interfaces:
Runnable

public class RunReadHugin
extends RunReadNetwork

Since:
20020521
Author:
keith cascio

Constructor Summary
RunReadHugin(File inputfile, NetworkIO.BeliefNetworkIOListener bnil, boolean estimate)
           
RunReadHugin(InputStream stream, String name, NetworkIO.BeliefNetworkIOListener bnil, boolean estimate)
           
RunReadHugin(Reader reader, String name, NetworkIO.BeliefNetworkIOListener bnil)
           
 
Method Summary
 BeliefNetwork beliefNetwork()
           
 String errorMessage(Throwable throwable)
           
 void finishedReading()
           
 Estimate getEstimator()
           
 File getFile()
           
 FileType getFileType()
           
 ProgressMonitorable getReadTask()
           
 
Methods inherited from class RunReadNetwork
computeResult, errorStream, getDescription, getFormatDescription, getResult, getSyntaxErrors, run, start
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunReadHugin

public RunReadHugin(File inputfile,
                    NetworkIO.BeliefNetworkIOListener bnil,
                    boolean estimate)

RunReadHugin

public RunReadHugin(InputStream stream,
                    String name,
                    NetworkIO.BeliefNetworkIOListener bnil,
                    boolean estimate)
Since:
20040210

RunReadHugin

public RunReadHugin(Reader reader,
                    String name,
                    NetworkIO.BeliefNetworkIOListener bnil)
Since:
20040210
Method Detail

getFile

public File getFile()
Specified by:
getFile in class RunReadNetwork

getFileType

public FileType getFileType()
Specified by:
getFileType in class RunReadNetwork

getEstimator

public Estimate getEstimator()
Specified by:
getEstimator in class RunReadNetwork

getReadTask

public ProgressMonitorable getReadTask()
Specified by:
getReadTask in class RunReadNetwork

beliefNetwork

public BeliefNetwork beliefNetwork()
                            throws ParseException,
                                   FileNotFoundException
Specified by:
beliefNetwork in class RunReadNetwork
Throws:
ParseException
FileNotFoundException
Since:
20060519

finishedReading

public void finishedReading()
Specified by:
finishedReading in class RunReadNetwork

errorMessage

public String errorMessage(Throwable throwable)
                    throws Throwable
Specified by:
errorMessage in class RunReadNetwork
Throws:
Throwable


Copyright 2010 UCLA Automated Reasoning Group