|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ERF
This is the base interface for an Earthquake Rupture Forecast
| Field Summary |
|---|
| Fields inherited from interface org.opensha.sha.earthquake.BaseERF |
|---|
NAME |
| Method Summary | |
|---|---|
List<EqkRupture> |
drawRandomEventSet()
Returns a random set of ruptures. |
int |
getNumRuptures(int idx)
Returns the number of ruptures associated wit the source at the supplied index. |
int |
getNumSources()
|
ProbEqkRupture |
getRupture(int srcIdx,
int rupIdx)
Returns the rupture at the supplied source index and rupture index. |
ProbEqkSource |
getSource(int idx)
Returns the earthquake source at the supplied index. |
List<ProbEqkSource> |
getSourceList()
Returns the list of all earthquake sources. |
| Methods inherited from interface org.opensha.sha.earthquake.BaseERF |
|---|
getAdjustableParameterList, getApplicableRegion, getIncludedTectonicRegionTypes, getTimeSpan, setParameter, setTimeSpan, updateAndSaveForecast, updateForecast |
| Methods inherited from interface org.opensha.commons.data.Named |
|---|
getName |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Methods inherited from interface java.lang.Iterable |
|---|
iterator |
| Method Detail |
|---|
int getNumSources()
List<ProbEqkSource> getSourceList()
ProbEqkSource getSource(int idx)
idx - the index requested
idxint getNumRuptures(int idx)
idx - the index requested
idx
ProbEqkRupture getRupture(int srcIdx,
int rupIdx)
srcIdx - source index requestedrupIdx - rupture index requested
rupIdx associated with the source at
srcIdxList<EqkRupture> drawRandomEventSet()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||