| 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 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 | Interface and Description |
|---|---|
interface |
SourceSet<T extends Source>
Wrapper class for groups of
Sources of similar SourceType. |
| Modifier and Type | Class and Description |
|---|---|
class |
AreaSource
Area source representation.
|
class |
ClusterSource
Cluster source representation.
|
class |
FaultSource
Fault source representation.
|
class |
InterfaceSource
Subduction source representation.
|
class |
SystemSourceSet.SystemSource
A single source in a fault system.
|
| Modifier and Type | Method and Description |
|---|---|
Source |
InterfaceSourceSet.source(int id)
Return the source associated with the supplied id.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<SourceSet<? extends Source>> |
HazardModel.iterator() |
static Function<GridSourceSet,SourceSet<? extends Source>> |
GridSourceSet.optimizer(Location loc)
Create a
Function for a location the condenses a
GridSourceSet into tabular form (distance, magnitude and azimuth
bins) for speedier iteration. |
| Modifier and Type | Method and Description |
|---|---|
static String |
GridSourceSet.sizeString(SourceSet<? extends Source> sourceSet,
int size)
For internal use only.
|