| Package | Description |
|---|---|
| gov.usgs.earthquake.nshmp.calc |
Hazard calculation classes and utilties.
|
| gov.usgs.earthquake.nshmp.eq.model |
Earthquake
Source and
HazardModel representations. |
| Modifier and Type | Method and Description |
|---|---|
static SystemInputList |
SystemInputList.empty(SystemSourceSet parent) |
| Constructor and Description |
|---|
SystemInputList(SystemSourceSet parent,
Set<Integer> sectionIndices) |
| Modifier and Type | Method and Description |
|---|---|
static Function<SystemSourceSet,InputList> |
SystemSourceSet.toInputsFunction(Site site)
Return an instance of a
Function that converts a
SystemSourceSet to a ground motion model InputList. |
static Function<SystemSourceSet,IntervalArray> |
SystemSourceSet.toRatesFunction(Location location,
double distance,
IntervalArray modelMfd)
Return an instance of a
Function that converts a
SystemSourceSet to a ground motion model InputList. |