| Package | Description |
|---|---|
| gov.usgs.earthquake.nshmp.eq.model |
Earthquake
Source and
HazardModel representations. |
| Modifier and Type | Class and Description |
|---|---|
class |
AreaSourceSet
A container class for related
AreaSources. |
class |
ClusterSourceSet
Container class for related
ClusterSources. |
class |
FaultSourceSet
Container class for related
FaultSources. |
class |
GridSourceSet
A container class for related, evenly-spaced
PointSources with
varying magnitudes and/or rates derived from an IncrementalMfd at
each grid node. |
class |
InterfaceSourceSet
Container class for groups of related
InterfaceSources. |
class |
SlabSourceSet
Container class for related, evenly-spaced subduction slab sources.
|
class |
SystemSourceSet
Wrapper class for related
SystemSourceSet.SystemSources. |
| 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 |
|---|---|
int |
SlabSourceSet.compareTo(SourceSet<gov.usgs.earthquake.nshmp.eq.model.PointSource> other) |
static String |
GridSourceSet.sizeString(SourceSet<? extends Source> sourceSet,
int size)
For internal use only.
|