public interface Source extends Named, Iterable<Rupture>
Source; usually some physical or pseudo-representation
of a fault and associated IncrementalMfds governing the size and rate
of all possible Ruptures.| Modifier and Type | Method and Description |
|---|---|
int |
id()
A numeric identifier for this
Source. |
Location |
location(Location site)
The
Location of this source relative to the supplied site
location. |
List<XySequence> |
mfds()
The MFDs that define earthquake rates for this source.
|
int |
size()
The number of
Ruptures this Source represents. |
SourceType |
type()
The
SourceType identifier. |
forEach, iterator, spliteratorint size()
Ruptures this Source represents.int id()
Source.SourceType type()
SourceType identifier.Location location(Location site)
Location of this source relative to the supplied site
location. The details of what this method returns are implementation
secific.List<XySequence> mfds()