| Package | Description |
|---|---|
| gov.usgs.earthquake.nshmp.gmm |
Implementations of all
GroundMotionModels used in the 2008 and
2014 USGS National Seismic Hazard Models. |
| Modifier and Type | Method and Description |
|---|---|
static GmmElement |
GmmElement.fromString(String s)
Converts supplied
String to equivalent GmmElement. |
static GmmElement |
GmmElement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GmmElement[] |
GmmElement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|