edu.ucla.belief.io.dsl
Class RunReadSMILE

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

public class RunReadSMILE
extends RunReadNetwork

Since:
20020521
Author:
keith cascio

Constructor Summary
RunReadSMILE(File f, FileType type, 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

RunReadSMILE

public RunReadSMILE(File f,
                    FileType type,
                    NetworkIO.BeliefNetworkIOListener bnil)
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 Exception
Specified by:
beliefNetwork in class RunReadNetwork
Throws:
Exception

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