| Package | Description |
|---|---|
| gov.usgs.earthquake.nshmp.calc |
Hazard calculation classes and utilties.
|
| gov.usgs.earthquake.nshmp.gmm |
Implementations of all
GroundMotionModels used in the 2008 and
2014 USGS National Seismic Hazard Models. |
| Modifier and Type | Field and Description |
|---|---|
List<GmmPostProcessor.Model> |
CalcConfig.Hazard.gmmPostProcessors
The post processors used to adjust ground motions derived from
GroundMotionModels (GMMs). |
| Modifier and Type | Method and Description |
|---|---|
static GmmPostProcessor.Model |
GmmPostProcessor.Model.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GmmPostProcessor.Model[] |
GmmPostProcessor.Model.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|