org.opensha.gem.GEM1.calc.gemCommandLineCalculator
Class ErfLogicTreeData
java.lang.Object
org.opensha.gem.GEM1.calc.gemCommandLineCalculator.ErfLogicTreeData
public class ErfLogicTreeData
- extends Object
This class instantiate the GEMLogicTree for the ERF
- Author:
- damianomonelli
|
Constructor Summary |
ErfLogicTreeData(String erfInputFile)
Constructor taking as input the file describing the ERF logic tree |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ErfLogicTreeData
public ErfLogicTreeData(String erfInputFile)
throws IOException
- Constructor taking as input the file describing the ERF logic tree
- Parameters:
erfInputFile -
- Throws:
IOException
getErfLogicTree
public GemLogicTree<ArrayList<GEMSourceData>> getErfLogicTree()