|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ERF_Ref>
org.opensha.sha.earthquake.ERF_Ref
public enum ERF_Ref
| Enum Constant Summary | |
|---|---|
CYBERSHAKE_UCERF2_WRAPPER
CyberShake ERF that wraps UCERF2 for use with the CyberShake Fake IMR |
|
FRANKEL_02
Frankel/USGS 2002 Adjustable ERF |
|
FRANKEL_96
Frankel/USGS 1996 ERF |
|
FRANKEL_ADJUSTABLE_96
Frankel/USGS 1996 Adjustable ERF |
|
GEM1_CEUS
GEM1 Central/Eastern United States ERF |
|
GEM1_GSHAP_AFRICA
GEM1 GSHAP Africa ERF |
|
GEM1_GSHAP_WE_ASIA
GEM1 GSHAP South/East Asia ERF |
|
GEM1_NSHMP_WE_ASIA
GEM1 NSHMP South/East Asia ERF |
|
GEM1_SOUTH_AMERICA
GEM1 South America ERF |
|
GEM1_WEUS
GEM1 Western United States ERF |
|
INVERSION_SOLUTION_ERF
|
|
MEAN_UCERF_2
WGCEP Mean UCERF 2 |
|
MEAN_UCERF_2_Mod
WGCEP Mean UCERF 2 |
|
NSHMP_CEUS_08
NSHMP CEUS 2008 ERF |
|
PEER_AREA
PEER Area Forecast |
|
PEER_LOGIC_TREE
PEER Logic Tree Forecast |
|
PEER_MULTI_SOURCE
PEER Multi Source Forecast |
|
PEER_NON_PLANAR_FAULT
PEER Non Planar Fault Forecast |
|
POINT_SOURCE
Point Source ERF |
|
POINT_SOURCE_MULTI_VERT
Point Source Multi Vert ERF |
|
POINT_SOURCE_MULTI_VERT_LIST
Point Source Multi Vert ERF |
|
POISSON_FAULT
Poisson Fault ERF |
|
POISSON_FLOATING_FAULT
Floating Poisson Fault ERF |
|
STEP_ALASKA
STEP Alaska Forecast |
|
UCERF_2
WGCEP UCERF 2 ERF |
|
UCERF_2_TIME_INDEP_LIST
WGCEP UCERF 2 Time Independent Epistemic List |
|
URS_MEAN_UCERF_2
URS modified MeanUCERF2 |
|
WGCEP_02
WGCEP 2002 ERF |
|
WGCEP_02_LIST
WGCEP 2002 ERF Epistemic List |
|
WGCEP_02_WRAPPED_LIST
WGCEP 2002 Fortran Wrapped ERF |
|
WGCEP_UCERF_1
WGCEP UCERF 1 |
|
YUCCA_MOUNTAIN
Yucca Mountain ERF |
|
YUCCA_MOUNTAIN_LIST
Yucca Mountain ERF List |
|
| Method Summary | |
|---|---|
static Set<ERF_Ref> |
get(boolean includeListERFs)
Convenience method to return references for all EqkRupForecastBaseAPI implementations that are currently
production quality (i.e. |
static Set<ERF_Ref> |
get(boolean includeListERFs,
DevStatus... stati)
Convenience method to return references to EqkRupForecastBaseAPI implementations at the specified
levels of development. |
static Set<ERF_Ref> |
get(boolean includeListERFs,
ServerPrefs prefs)
Convenience method to return references for all EqkRupForecastBaseAPI implementations that should be included
in applications with the given ServerPrefs. |
Class<? extends BaseERF> |
getERFClass()
|
BaseERF |
instance()
Returns a new instance of the ERF represented by this reference. |
boolean |
isERFList()
|
DevStatus |
status()
Returns the development status of the referenced EqkRupForecastBaseAPI. |
String |
toString()
|
static ERF_Ref |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ERF_Ref[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ERF_Ref FRANKEL_ADJUSTABLE_96
public static final ERF_Ref FRANKEL_96
public static final ERF_Ref FRANKEL_02
public static final ERF_Ref WGCEP_02
public static final ERF_Ref WGCEP_02_LIST
public static final ERF_Ref WGCEP_02_WRAPPED_LIST
public static final ERF_Ref WGCEP_UCERF_1
public static final ERF_Ref PEER_AREA
public static final ERF_Ref PEER_NON_PLANAR_FAULT
public static final ERF_Ref PEER_MULTI_SOURCE
public static final ERF_Ref PEER_LOGIC_TREE
public static final ERF_Ref POISSON_FLOATING_FAULT
public static final ERF_Ref POISSON_FAULT
public static final ERF_Ref POINT_SOURCE
public static final ERF_Ref POINT_SOURCE_MULTI_VERT
public static final ERF_Ref POINT_SOURCE_MULTI_VERT_LIST
public static final ERF_Ref UCERF_2
public static final ERF_Ref UCERF_2_TIME_INDEP_LIST
public static final ERF_Ref MEAN_UCERF_2
public static final ERF_Ref MEAN_UCERF_2_Mod
public static final ERF_Ref YUCCA_MOUNTAIN
public static final ERF_Ref YUCCA_MOUNTAIN_LIST
public static final ERF_Ref NSHMP_CEUS_08
public static final ERF_Ref GEM1_SOUTH_AMERICA
public static final ERF_Ref GEM1_CEUS
public static final ERF_Ref GEM1_WEUS
public static final ERF_Ref GEM1_GSHAP_AFRICA
public static final ERF_Ref GEM1_GSHAP_WE_ASIA
public static final ERF_Ref GEM1_NSHMP_WE_ASIA
public static final ERF_Ref STEP_ALASKA
public static final ERF_Ref URS_MEAN_UCERF_2
public static final ERF_Ref CYBERSHAKE_UCERF2_WRAPPER
public static final ERF_Ref INVERSION_SOLUTION_ERF
| Method Detail |
|---|
public static ERF_Ref[] values()
for (ERF_Ref c : ERF_Ref.values()) System.out.println(c);
public static ERF_Ref valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String toString()
toString in class Enum<ERF_Ref>public DevStatus status()
EqkRupForecastBaseAPI.
public boolean isERFList()
public BaseERF instance()
EqkRupForecastBaseAPI instancepublic Class<? extends BaseERF> getERFClass()
public static Set<ERF_Ref> get(boolean includeListERFs)
EqkRupForecastBaseAPI implementations that are currently
production quality (i.e. fully tested and documented), under development,
or experimental. The Set of references returned does not
include deprecated references.
includeListERFs - if true, Epistemic List ERFs will be included, otherwise
they will be excluded
Set of all non-deprecated
EqkRupForecastBaseAPIsDevStatus
public static Set<ERF_Ref> get(boolean includeListERFs,
ServerPrefs prefs)
EqkRupForecastBaseAPI implementations that should be included
in applications with the given ServerPrefs. Production applications only include
production IMRs, and development applications include everything but
deprecated IMRs.
includeListERFs - if true, Epistemic List ERFs will be included, otherwise
they will be excludedprefs - ServerPrefs instance for which IMRs should be selected
public static Set<ERF_Ref> get(boolean includeListERFs,
DevStatus... stati)
EqkRupForecastBaseAPI implementations at the specified
levels of development.
includeListERFs - if true, Epistemic List ERFs will be included, otherwise
they will be excludedstati - the development level(s) of the
EqkRupForecastBaseAPI references to be retrieved
Set of EqkRupForecastBaseAPI
referencesDevStatus
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||