|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensha.sha.earthquake.AbstractERF
org.opensha.sha.earthquake.rupForecastImpl.NewZealand.NewZealandERF0909
public class NewZealandERF0909
Title: New Zealand Eqk Rup Forecast
Description: . Preliminary version Has been developed by modifying the input files WGCEP_UCERF1_EqkRupForecast.java and YuccaMountainERF.java.
Copyright: Copyright (c) 2009
Company:
| Field Summary | |
|---|---|
static String |
BACK_SEIS_EXCLUDE
|
static String |
BACK_SEIS_INCLUDE
|
static String |
BACK_SEIS_NAME
|
static String |
NAME
|
| Fields inherited from class org.opensha.sha.earthquake.AbstractERF |
|---|
adjustableParams, parameterChangeFlag, timeSpan, XML_METADATA_NAME |
| Constructor Summary | |
|---|---|
NewZealandERF0909()
|
|
| Method Summary | |
|---|---|
String |
getName()
Returns the name of this object |
int |
getNumSources()
|
ProbEqkSource |
getSource(int source)
Returns the earthquake source at the supplied index. |
ArrayList |
getSourceList()
Returns the list of all earthquake sources. |
void |
parameterChange(ParameterChangeEvent event)
This is the main function of this interface. |
void |
setMeanMagForSource(String sourceName,
double mag)
Set Mean Mag for a fault source |
void |
setMomentRateForSource(String sourceName,
double momentRate)
Set Moment Rate for a fault source |
void |
updateForecast()
Update the fault Sources with the change in duration. |
| Methods inherited from class org.opensha.sha.earthquake.AbstractERF |
|---|
baseERF_FromXML, baseERF_ToXML, compareTo, drawRandomEventSet, fromXMLMetadata, getAdjustableParameterList, getApplicableRegion, getIncludedTectonicRegionTypes, getNumRuptures, getParameter, getRupture, getRuptureClone, getSourceClone, getTimeSpan, iterator, setParameter, setParameterChangeFlag, setTimeSpan, timeSpanChange, toXMLMetadata, updateAndSaveForecast |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String NAME
public static final String BACK_SEIS_NAME
public static final String BACK_SEIS_INCLUDE
public static final String BACK_SEIS_EXCLUDE
| Constructor Detail |
|---|
public NewZealandERF0909()
| Method Detail |
|---|
public void setMeanMagForSource(String sourceName,
double mag)
sourceName - mag -
public void setMomentRateForSource(String sourceName,
double momentRate)
sourceName - momentRate - public void parameterChange(ParameterChangeEvent event)
parameterChange in interface ParameterChangeListenerparameterChange in class AbstractERFevent - public int getNumSources()
public ProbEqkSource getSource(int source)
ERF
source - the index requested
idxpublic ArrayList getSourceList()
ERF
getSourceList in interface ERFgetSourceList in class AbstractERFpublic String getName()
Named
public void updateForecast()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||