org.opensha.sha.calc.hazardMap
Class ThreadedHazardCurveSetCalculator
java.lang.Object
org.opensha.sha.calc.hazardMap.ThreadedHazardCurveSetCalculator
public class ThreadedHazardCurveSetCalculator
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThreadedHazardCurveSetCalculator
public ThreadedHazardCurveSetCalculator(HazardCurveSetCalculator[] calcs)
calculateCurves
public void calculateCurves(List<Site> sites)
throws IOException,
InterruptedException
- Throws:
IOException
InterruptedException
calculateCurves
public void calculateCurves(List<Site> sites,
int[] indices)
throws IOException,
InterruptedException
- Throws:
IOException
InterruptedException
calculateCurves
public void calculateCurves(Deque<Site> sites)
throws IOException,
InterruptedException
- Throws:
IOException
InterruptedException