|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensha.sha.earthquake.griddedForecast.GriddedHypoMagFreqDistForecast
org.opensha.sha.earthquake.griddedForecast.AfterShockHypoMagFreqDistForecast
public abstract class AfterShockHypoMagFreqDistForecast
Title: AfterShockHypoMagFreqDistForecast
Description: This class represents a poissonian aftershock hypocenter forecast. The indexing over HypMagFreqDistAtLoc objects is exactly the same as the EvenlyGriddedGeographicRegionAPI afterShockZone.
| Field Summary | |
|---|---|
protected ObsEqkRupList |
afterShocks
|
protected ObsEqkRupture |
mainShock
|
| Fields inherited from class org.opensha.sha.earthquake.griddedForecast.GriddedHypoMagFreqDistForecast |
|---|
parameterChangeFlag, region |
| Fields inherited from interface org.opensha.sha.earthquake.BaseERF |
|---|
NAME |
| Constructor Summary | |
|---|---|
AfterShockHypoMagFreqDistForecast()
Class no-arg constructor |
|
| Method Summary | |
|---|---|
void |
addToAftershockList(ObsEqkRupture newAftershock)
addToAftershockList |
ObsEqkRupList |
getAfterShocks()
Gets the Aftershock list for the forecast model. |
GriddedRegion |
getAfterShockZone()
Allows the user to set the AfterShockZone as EvelyGriddedGeographicRegion. |
ObsEqkRupture |
getMainShock()
Returns the main shock |
void |
setAfterShocks(ObsEqkRupList aftershockList)
Sets the list of ObsEqkRuptures for the given AfterShockHypoMagFreqDistForecast. |
void |
setMainShock(ObsEqkRupture mainShock)
Sets the mainshock event for the given forecast model. |
| Methods inherited from class org.opensha.sha.earthquake.griddedForecast.GriddedHypoMagFreqDistForecast |
|---|
compareTo, getAdjustableParameterList, getAdjustableParamsIterator, getApplicableRegion, getIncludedTectonicRegionTypes, getName, getNumHypoLocs, getRegion, getTimeSpan, parameterChange, setParameter, setRegion, setTimeSpan, timeSpanChange, updateAndSaveForecast, updateForecast |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.opensha.sha.earthquake.griddedForecast.HypoMagFreqDistAtMultLocsAPI |
|---|
getHypoMagFreqDistAtLoc |
| Field Detail |
|---|
protected ObsEqkRupture mainShock
protected ObsEqkRupList afterShocks
| Constructor Detail |
|---|
public AfterShockHypoMagFreqDistForecast()
| Method Detail |
|---|
public ObsEqkRupList getAfterShocks()
public GriddedRegion getAfterShockZone()
public ObsEqkRupture getMainShock()
public void setAfterShocks(ObsEqkRupList aftershockList)
afterShocks - ObsEqkRupListpublic void addToAftershockList(ObsEqkRupture newAftershock)
public void setMainShock(ObsEqkRupture mainShock)
mainShock - ObsEqkRupture
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||