|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensha.sha.earthquake.AbstractEpistemicListERF
org.opensha.sha.earthquake.rupForecastImpl.YuccaMountain.YuccaMountainERF_List
public class YuccaMountainERF_List
Yucca Mountain ERF List that iterates over all logic tree branches
| Field Summary | |
|---|---|
static String |
NAME
|
protected YuccaMountainERF |
yuccaMountainERF
|
| Fields inherited from class org.opensha.sha.earthquake.AbstractEpistemicListERF |
|---|
adjustableParams, erf_List, parameterChangeFlag, timeSpan, XML_METADATA_NAME |
| Constructor Summary | |
|---|---|
YuccaMountainERF_List()
|
|
| Method Summary | |
|---|---|
double |
getERF_RelativeWeight(int index)
get the weight of the ERF at the specified index. |
ERF |
getERF(int index)
Get the ERF in the list with the specified index. |
String |
getName()
Return the name for this class |
int |
getNumERFs()
get the number of Eqk Rup Forecasts in this list |
ArrayList |
getRelativeWeightsList()
Return the vector containing the Double values with relative weights for each ERF |
static void |
main(String[] args)
|
| Methods inherited from class org.opensha.sha.earthquake.AbstractEpistemicListERF |
|---|
addERF, compareTo, fromXMLMetadata, getAdjustableParameterList, getAdjustableParamsIterator, getApplicableRegion, getIncludedTectonicRegionTypes, getParameter, getTimeSpan, parameterChange, setParameter, setParameterChangeFlag, setTimeSpan, timeSpanChange, toXMLMetadata, toXMLMetadata, updateAndSaveForecast, updateForecast |
| 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 YuccaMountainERF yuccaMountainERF
| Constructor Detail |
|---|
public YuccaMountainERF_List()
| Method Detail |
|---|
public String getName()
getName in interface NamedgetName in class AbstractEpistemicListERFpublic int getNumERFs()
getNumERFs in interface EpistemicListERFgetNumERFs in class AbstractEpistemicListERFpublic ArrayList getRelativeWeightsList()
getRelativeWeightsList in interface EpistemicListERFgetRelativeWeightsList in class AbstractEpistemicListERFpublic ERF getERF(int index)
getERF in interface EpistemicListERFgetERF in class AbstractEpistemicListERFindex - : index of Eqk rup forecast to return
public double getERF_RelativeWeight(int index)
getERF_RelativeWeight in interface EpistemicListERFgetERF_RelativeWeight in class AbstractEpistemicListERFindex - : index of ERF
public static void main(String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||