public class FaultSource extends Object implements Source
A FaultSource cannot be created directly; it may only be created
by a private parser.
| Modifier and Type | Method and Description |
|---|---|
int |
id()
A numeric identifier for this
Source. |
Iterator<Rupture> |
iterator() |
Location |
location(Location site)
The closest point on the fault trace, relative to the supplied site
Location. |
List<XySequence> |
mfds()
The MFDs that define earthquake rates for this source.
|
String |
name()
Returns an object's display name.
|
int |
size()
The number of
Ruptures this Source represents. |
String |
toString() |
SourceType |
type()
The
SourceType identifier. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic String name()
Namedpublic int size()
SourceRuptures this Source represents.public int id()
SourceSource.public SourceType type()
SourceSourceType identifier.public Location location(Location site)
Location.public List<XySequence> mfds()
Source