convertEIR
Class Parser

java.lang.Object
  extended by convertEIR.Parser

public class Parser
extends java.lang.Object

This class is the parser used to get and store electric chillers 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 electric chillers 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 electric chillers in arrays.

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