org.opensha.sha.calc.hazus.parallel
Class HardCodedTest

java.lang.Object
  extended by org.opensha.sha.calc.hazus.parallel.HardCodedTest

public class HardCodedTest
extends Object


Constructor Summary
HardCodedTest()
           
 
Method Summary
static LocationList loadCSV(File file)
           
static ArrayList<Site> loadSites(List<SiteData<?>> provs, LocationList locs, List<ScalarIMR> imrs, boolean nullBasin, boolean constrainBasinMin, SiteDataValue<?> hardcodedVal)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HardCodedTest

public HardCodedTest()
Method Detail

loadCSV

public static LocationList loadCSV(File file)
                            throws IOException
Throws:
IOException

loadSites

public static ArrayList<Site> loadSites(List<SiteData<?>> provs,
                                        LocationList locs,
                                        List<ScalarIMR> imrs,
                                        boolean nullBasin,
                                        boolean constrainBasinMin,
                                        SiteDataValue<?> hardcodedVal)
                                 throws IOException
Throws:
IOException

main

public static void main(String[] args)
                 throws IOException,
                        InvocationTargetException
Throws:
IOException
InvocationTargetException