|
||||||||||
| 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.Frankel96.Frankel96_AdjustableEqkRupForecast
public class Frankel96_AdjustableEqkRupForecast
Title: Frankel96_AdjustableEqkRupForecast
Description:Frankel 1996 Earthquake Rupture Forecast. This class reads a single file for the fault sources, and another file for the background seismicity, and then creates the USGS/CGS 1996 California ERF. This does not yet include any C zones.
Copyright: Copyright (c) 2002
Company:
| Field Summary | |
|---|---|
static String |
BACK_SEIS_EXCLUDE
|
static String |
BACK_SEIS_INCLUDE
|
static String |
BACK_SEIS_NAME
|
static String |
BACK_SEIS_ONLY
|
protected static FaultException |
ERR
used for error checking |
static String |
FAULT_MODEL_FRANKEL
|
static String |
FAULT_MODEL_NAME
|
static String |
FAULT_MODEL_STIRLING
|
static String |
FRAC_GR_PARAM_NAME
|
static String |
NAME
|
static String |
RUP_OFFSET_PARAM_NAME
|
| Fields inherited from class org.opensha.sha.earthquake.AbstractERF |
|---|
adjustableParams, parameterChangeFlag, timeSpan, XML_METADATA_NAME |
| Constructor Summary | |
|---|---|
Frankel96_AdjustableEqkRupForecast()
No argument constructor |
|
| Method Summary | |
|---|---|
String |
getName()
Return the name for this class |
int |
getNumSources()
Get the number of earthquake sources |
ProbEqkSource |
getSource(int iSource)
Returns the ith earthquake source |
ArrayList |
getSourceList()
Get the list of all earthquake sources. |
static void |
main(String[] args)
|
void |
updateForecast()
update the forecast |
| 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, parameterChange, 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
protected static final FaultException ERR
public static final String FAULT_MODEL_NAME
public static final String FAULT_MODEL_FRANKEL
public static final String FAULT_MODEL_STIRLING
public static final String BACK_SEIS_NAME
public static final String BACK_SEIS_INCLUDE
public static final String BACK_SEIS_EXCLUDE
public static final String BACK_SEIS_ONLY
public static final String FRAC_GR_PARAM_NAME
public static final String RUP_OFFSET_PARAM_NAME
| Constructor Detail |
|---|
public Frankel96_AdjustableEqkRupForecast()
| Method Detail |
|---|
public ProbEqkSource getSource(int iSource)
iSource - : index of the source needed
idxpublic int getNumSources()
public ArrayList getSourceList()
getSourceList in interface ERFgetSourceList in class AbstractERFpublic String getName()
public void updateForecast()
public static void main(String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||