| Package | Description |
|---|---|
| gov.usgs.earthquake.nshmp.calc |
Hazard calculation classes and utilties.
|
| Modifier and Type | Field and Description |
|---|---|
ExceedanceModel |
CalcConfig.Hazard.exceedanceModel
The probability distribution model to use when computing hazard curves.
|
| Modifier and Type | Method and Description |
|---|---|
static ExceedanceModel |
ExceedanceModel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExceedanceModel[] |
ExceedanceModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|