public class Parser
extends java.lang.Object
Constructor and Description |
---|
Parser() |
Modifier and Type | Method and Description |
---|---|
ParserResultObject |
parseFile(java.lang.String fileName)
This is the main routine that finds and stores the electric chillers in
arrays.
|
public ParserResultObject parseFile(java.lang.String fileName) throws java.io.FileNotFoundException
fileName
- the EnergyPlus idf file name.java.io.FileNotFoundException
- when problems occur during file access.