edu.ucla.belief.io.hugin
Class RunReadHugin
Object
RunReadNetwork
RunReadHugin
- All Implemented Interfaces:
- Runnable
public class RunReadHugin
- extends RunReadNetwork
- Since:
- 20020521
- Author:
- keith cascio
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
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