org.opensha.sha.earthquake.rupForecastImpl.WGCEP_UCERF_2_Final.analysis
Class HazardProfileCalculator
java.lang.Object
org.opensha.sha.earthquake.rupForecastImpl.WGCEP_UCERF_2_Final.analysis.HazardProfileCalculator
- All Implemented Interfaces:
- EventListener, ParameterChangeWarningListener
public class HazardProfileCalculator
- extends Object
- implements ParameterChangeWarningListener
This class manages the calculation of a set of hazard curves along a
the specified longitudinal profile. It is implemented as a runnable so
that multiple profiles may be run simultaneously.
- Author:
- pmpowers
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parameterChangeWarning
public void parameterChangeWarning(ParameterChangeWarningEvent e)
- Description copied from interface:
ParameterChangeWarningListener
- Function that must be implemented by all Listeners for
ParameterChangeWarnEvents.
- Specified by:
parameterChangeWarning in interface ParameterChangeWarningListener
- Parameters:
e - The Event which triggered this function call