|
||||||||||
| 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.FloatingPoissonFaultERF
public class FloatingPoissonFaultERF
Title: FloatingPoissonFaultERF
Description: T
| Field Summary | |
|---|---|
static String |
ASPECT_RATIO_PARAM_NAME
|
static String |
FAULT_PARAM_NAME
|
static String |
FLOATER_TYPE_ALONG_STRIKE_AND_DOWNDIP
|
static String |
FLOATER_TYPE_CENTERED_DOWNDIP
|
static String |
FLOATER_TYPE_FULL_DDW
|
static String |
FLOATER_TYPE_PARAM_DEFAULT
|
static String |
FLOATER_TYPE_PARAM_NAME
|
static String |
MAG_DIST_PARAM_NAME
|
static String |
MAG_SCALING_REL_PARAM_NAME
|
static String |
MAX_FLOAT_MAG_PARAM_NAME
|
static String |
MIN_MAG_PARAM_NAME
|
static String |
NAME
|
static String |
OFFSET_PARAM_NAME
|
static String |
RAKE_PARAM_NAME
|
static String |
SIGMA_PARAM_NAME
|
| Fields inherited from class org.opensha.sha.earthquake.AbstractERF |
|---|
adjustableParams, parameterChangeFlag, timeSpan, XML_METADATA_NAME |
| Constructor Summary | |
|---|---|
FloatingPoissonFaultERF()
Constructor for this source (no arguments) |
|
| Method Summary | |
|---|---|
String |
getName()
Return the name for this class |
int |
getNumSources()
Returns the number of earthquake sources (always "1" here) |
ProbEqkSource |
getSource(int iSource)
Return the earhthquake source at index i. |
ArrayList |
getSourceList()
This returns a list of sources (contains only one here) |
void |
updateForecast()
update the source based on the paramters (only if a parameter value has changed) |
| 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
public static final String MAG_DIST_PARAM_NAME
public static final String FAULT_PARAM_NAME
public static final String OFFSET_PARAM_NAME
public static final String MAG_SCALING_REL_PARAM_NAME
public static final String SIGMA_PARAM_NAME
public static final String ASPECT_RATIO_PARAM_NAME
public static final String RAKE_PARAM_NAME
public static final String MIN_MAG_PARAM_NAME
public static final String FLOATER_TYPE_PARAM_NAME
public static final String FLOATER_TYPE_FULL_DDW
public static final String FLOATER_TYPE_ALONG_STRIKE_AND_DOWNDIP
public static final String FLOATER_TYPE_CENTERED_DOWNDIP
public static final String FLOATER_TYPE_PARAM_DEFAULT
public static final String MAX_FLOAT_MAG_PARAM_NAME
| Constructor Detail |
|---|
public FloatingPoissonFaultERF()
| Method Detail |
|---|
public void updateForecast()
public ProbEqkSource getSource(int iSource)
iSource - : index of the desired source (only "0" allowed here).
public int getNumSources()
public ArrayList getSourceList()
getSourceList in interface ERFgetSourceList in class AbstractERFpublic String getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||