convertDXSingleSpeed
Class Parser

java.lang.Object
  extended by convertDXSingleSpeed.Parser

public class Parser
extends java.lang.Object

This class is the parser used to get and store dx single speed cooling coils data from an input file.

License agreement

The use of this program is subjected to the following license terms.


Constructor Summary
Parser()
           
 
Method Summary
 ParserResultObject parseFile(java.lang.String fileName)
          This is the main routine that finds and stores the DXSingleSpeeds in arrays.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Parser

public Parser()
Method Detail

parseFile

public ParserResultObject parseFile(java.lang.String fileName)
                             throws java.io.FileNotFoundException
This is the main routine that finds and stores the DXSingleSpeeds in arrays.

Parameters:
fileName - the EnergyPlus idf file name.
Returns:
DXSingleSpeed.
Throws:
java.io.FileNotFoundException - when problems occur during file access.