| Package | Description |
|---|---|
| gov.usgs.earthquake.nshmp.data |
Double-valued data utilities.
|
| gov.usgs.earthquake.nshmp.eq.model |
Earthquake
Source and
HazardModel representations. |
| Modifier and Type | Method and Description |
|---|---|
IntervalArray |
IntervalArray.Builder.build()
Return a newly-created, immutable, interval data array populated with the
contents of this
Builder. |
IntervalArray |
IntervalArray.Builder.build(IntervalArray.Loader loader)
Return a newly-created, immutable, 2-dimensional data container populated
with values computed by the supplied loader.
|
IntervalArray |
IntervalTable.collapse()
Return a new
IntervalArray created by summing the columns of this
table. |
| Modifier and Type | Method and Description |
|---|---|
IntervalArray.Builder |
IntervalArray.Builder.add(IntervalArray array)
Add the values in the supplied array to this builder.
|
static IntervalArray.Builder |
IntervalArray.Builder.copyOf(IntervalArray array)
Create a new builder with the structure and content identical to that of
the supplied array.
|
static IntervalArray.Builder |
IntervalArray.Builder.fromModel(IntervalArray model)
Create a new builder with a structure identical to that of the supplied
model.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
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. |