| 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 GmmInput.Field |
GmmInput.Field.fromString(String s) |
static GmmInput.Field |
GmmInput.Field.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GmmInput.Field[] |
GmmInput.Field.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<?> |
GmmInput.Constraints.get(GmmInput.Field field) |
GmmInput.Builder |
GmmInput.Builder.set(GmmInput.Field id,
String s)
Set a field in this builder.
|