edu.jhu.ece.iacl.jist.pipeline.parser
Class JistLayoutParser

java.lang.Object
  extended by edu.jhu.ece.iacl.jist.pipeline.parser.JistLayoutParser
All Implemented Interfaces:
ScriptParser

public class JistLayoutParser
extends java.lang.Object
implements ScriptParser


Constructor Summary
JistLayoutParser()
           
 
Method Summary
 PipeAlgorithm openPipeAlgorithm()
          Opens dialog box for user to select script file and then parses the file.
 PipeAlgorithm parsePipeAlgorithm(java.io.File f)
          Parses specified file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JistLayoutParser

public JistLayoutParser()
Method Detail

openPipeAlgorithm

public PipeAlgorithm openPipeAlgorithm()
Description copied from interface: ScriptParser
Opens dialog box for user to select script file and then parses the file.

Specified by:
openPipeAlgorithm in interface ScriptParser
Returns:
pipe algorithm

parsePipeAlgorithm

public PipeAlgorithm parsePipeAlgorithm(java.io.File f)
Description copied from interface: ScriptParser
Parses specified file.

Specified by:
parsePipeAlgorithm in interface ScriptParser
Parameters:
f - script file
Returns:
pipe algorithm