|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensha.sha.cybershake.ObsExceedProbCalculator
public class ObsExceedProbCalculator
Title: ObsExceedProbCalculator
Description: This class calculates the ExceedProb from the output SA values from CyberShake and compares it with the given attenuation relationship application.
| Field Summary | |
|---|---|
static String |
AS_2005_PRELIM_CLASS_NAME
|
static String |
AS_CLASS_NAME
The object class names for all the supported attenuation ralations (IMRs) Temp until figure out way to dynamically load classes during runtime |
static String |
Boore_2005_PRELIM_CLASS_NAME
|
static String |
C_CLASS_NAME
|
static String |
CB_CLASS_NAME
|
static String |
CY_2005_PRELIM_CLASS_NAME
|
static String |
F_CLASS_NAME
|
static String |
SCEMY_CLASS_NAME
|
static String |
SM_CLASS_NAME
|
static String |
USGS04_CLASS_NAME
|
| Constructor Summary | |
|---|---|
ObsExceedProbCalculator()
|
|
| Method Summary | |
|---|---|
static void |
main(String[] args)
Main Methid to run the application |
void |
parameterChangeWarning(ParameterChangeWarningEvent e)
Function that must be implemented by all Listeners for ParameterChangeWarnEvents. |
void |
setIMT(String str)
Setting the intensity Measure in the Attenuation Relationship |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String AS_CLASS_NAME
public static final String C_CLASS_NAME
public static final String SCEMY_CLASS_NAME
public static final String F_CLASS_NAME
public static final String CB_CLASS_NAME
public static final String SM_CLASS_NAME
public static final String USGS04_CLASS_NAME
public static final String AS_2005_PRELIM_CLASS_NAME
public static final String CY_2005_PRELIM_CLASS_NAME
public static final String Boore_2005_PRELIM_CLASS_NAME
| Constructor Detail |
|---|
public ObsExceedProbCalculator()
| Method Detail |
|---|
public void setIMT(String str)
str - Stringpublic void parameterChangeWarning(ParameterChangeWarningEvent e)
parameterChangeWarning in interface ParameterChangeWarningListenerevent - The Event which triggered this function callpublic static void main(String[] args)
args - String[]
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||