Source and
HazardModel representations.See: Description
| Interface | Description |
|---|---|
| Source |
An earthquake
Source; usually some physical or pseudo-representation
of a fault and associated IncrementalMfds governing the size and rate
of all possible Ruptures. |
| SourceSet<T extends Source> |
Wrapper class for groups of
Sources of similar SourceType. |
| Class | Description |
|---|---|
| AreaSource |
Area source representation.
|
| AreaSourceSet |
A container class for related
AreaSources. |
| ClusterSource |
Cluster source representation.
|
| ClusterSourceSet |
Container class for related
ClusterSources. |
| Distance |
Distance value wrapper.
|
| FaultSource |
Fault source representation.
|
| FaultSourceSet |
Container class for related
FaultSources. |
| GmmSet |
Wrapper class for
GroundMotionModels associated with a
SourceSet. |
| GridSourceSet |
A container class for related, evenly-spaced
PointSources with
varying magnitudes and/or rates derived from an IncrementalMfd at
each grid node. |
| HazardModel |
A
HazardModel is the top-level wrapper for earthquake Source
definitions and attendant GroundMotionModels used in probabilisitic
seismic hazard analyses (PSHAs) and related calculations. |
| InterfaceSource |
Subduction source representation.
|
| InterfaceSourceSet |
Container class for groups of related
InterfaceSources. |
| MagUncertainty |
Wrapper class for magnitude uncertainty data.
|
| PointSources |
Factory class for generating lists of
GmmInputs for point sources. |
| Rupture |
A
Rupture is a proxy for an actual earthquake and encapsulates all
the source information required by a ground motion model (Gmm). |
| SlabSourceSet |
Container class for related, evenly-spaced subduction slab sources.
|
| SystemSourceSet |
Wrapper class for related
SystemSourceSet.SystemSources. |
| SystemSourceSet.Statistics |
Container of summary data for this sytem source set.
|
| Enum | Description |
|---|---|
| AreaSource.GridScaling |
Point source discretization scaling.
|
| Distance.Type | |
| PointSourceType |
Point source implementation identifier.
|
| SourceType |
Identifier for different earthquake
Source types. |
Source and
HazardModel representations.