org.opensha.gem.GEM1.calc.gemModelParsers.gscFrisk.canada
Class GscFriskInputFile
java.lang.Object
org.opensha.gem.GEM1.calc.gemModelParsers.gscFrisk.canada.GscFriskInputFile
public class GscFriskInputFile
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GscFriskInputFile
public GscFriskInputFile(BufferedReader input,
boolean skipComm)
- Constructor. Parses the content of the Crisis input file
- Parameters:
filename - - Name of the Crisis input file (2007 format)
getHeader
public GscFriskInputHeader getHeader()
- Return the header of the CrisisInputFile object
- Returns:
- Returns the Crisis Input Header
getGlobalAlternatives
public ArrayList<GscFriskInputAlternative> getGlobalAlternatives()
- Return the List of Global Alternatives
- Returns:
- Returns the Crisis Input Header
createGMTfile
public void createGMTfile(String filename)