| 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 | Class and Description |
|---|---|
class |
SystemInputList
A
List of HazardInputs that contains a reference to the
parent SystemSourceSet from which the inputs were derived. |
| Modifier and Type | Method and Description |
|---|---|
static Function<Source,InputList> |
HazardCalcs.sourceToInputs(Site site)
Return a
Function that converts a Source along with an
initially supplied Site to a list of ground motion model inputs. |
| Modifier and Type | Method and Description |
|---|---|
static InputList |
PointSources.finiteInputs(Site site,
SourceType sourceType,
Location loc,
XySequence mfd,
Map<FocalMech,Double> mechWtMap,
RuptureScaling rupScaling,
NavigableMap<Double,Map<Double,Double>> magDepthMap,
double maxDepth)
Using the supplied
Site and the standard data that is used to build
point sources, create and return an InputList. |
| Modifier and Type | Method and Description |
|---|---|
static List<InputList> |
PointSources.finiteInputs(List<Site> sites,
SourceType sourceType,
Location loc,
XySequence mfd,
Map<FocalMech,Double> mechWtMap,
GridSourceSet grid)
Using the supplied
Sites and a GridSourceSet, from which the
standard data that is used to build point sources is derived, create and
return a List<InputList>. |
static List<InputList> |
PointSources.finiteInputs(List<Site> sites,
SourceType sourceType,
Location loc,
XySequence mfd,
Map<FocalMech,Double> mechWtMap,
RuptureScaling rupScaling,
NavigableMap<Double,Map<Double,Double>> magDepthMap,
double maxDepth)
Using the supplied
Sites and the standard data that is used to
build point sources, create and return a List<InputList>. |
static Function<SystemSourceSet,InputList> |
SystemSourceSet.toInputsFunction(Site site)
Return an instance of a
Function that converts a
SystemSourceSet to a ground motion model InputList. |