|
||||||||||
| 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.GEM.TestSubductionZoneERF
public class TestSubductionZoneERF
Title: TestSubductionZoneERF
Description: T
| Field Summary | |
|---|---|
static String |
NAME
|
static String |
SLAB_GRID_SPACING_PARAM_NAME
|
| Fields inherited from class org.opensha.sha.earthquake.AbstractERF |
|---|
adjustableParams, parameterChangeFlag, timeSpan, XML_METADATA_NAME |
| Constructor Summary | |
|---|---|
TestSubductionZoneERF()
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) |
static void |
main(String[] args)
|
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 SLAB_GRID_SPACING_PARAM_NAME
| Constructor Detail |
|---|
public TestSubductionZoneERF()
| 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()
public static void main(String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||