public final class SystemSourceSet.SystemSource extends Object implements Source
We skip the notion of a Rupture for now. Aleatory uncertainty on
magnitude isn't required, but if it is, we'll alter this implementation to
return List
| Modifier and Type | Method and Description |
|---|---|
int |
id()
A numeric identifier for this
Source. |
Iterator<Rupture> |
iterator() |
Location |
location(Location location)
This method is not required for deaggregation and currently throws an
UnsupportedOperationException. |
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. |
SourceType |
type()
The
SourceType identifier. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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 location)
UnsupportedOperationException.public List<XySequence> mfds()
Source