|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensha.sha.gcim.ui.infoTools.IMT_Info
public final class IMT_Info
Title: IMT_Info
Description: This class provides the default X values for the selected IMT. The discretization is done in the
| Field Summary | |
|---|---|
static double |
DEFAULT_ASI
|
static double |
DEFAULT_CAV
|
static double |
DEFAULT_Ds575
|
static double |
DEFAULT_Ds595
|
static double |
DEFAULT_DSI
|
static double |
DEFAULT_FAULT_DISPL
|
static double |
DEFAULT_IA
|
static double |
DEFAULT_MMI
|
static double |
DEFAULT_PGA
|
static double |
DEFAULT_PGV
|
static double |
DEFAULT_SA
|
static double |
DEFAULT_SI
|
double |
discretization_asi
|
double |
discretization_cav
|
double |
discretization_ds575
|
double |
discretization_ds595
|
double |
discretization_dsi
|
double |
discretization_fault_displ
|
double |
discretization_ia
|
double |
discretization_mmi
|
double |
discretization_pga
|
double |
discretization_pgv
|
double |
discretization_sa
|
double |
discretization_si
|
static double |
MAX_ASI
|
static double |
MAX_CAV
|
static double |
MAX_Ds575
|
static double |
MAX_Ds595
|
static double |
MAX_DSI
|
static double |
MAX_FAULT_DISPL
|
static double |
MAX_IA
|
static double |
MAX_MMI
|
static double |
MAX_PGA
|
static double |
MAX_PGV
|
static double |
MAX_SA
|
static double |
MAX_SI
|
static double |
MIN_ASI
|
static double |
MIN_CAV
|
static double |
MIN_Ds575
|
static double |
MIN_Ds595
|
static double |
MIN_DSI
|
static double |
MIN_FAULT_DISPL
|
static double |
MIN_IA
|
static double |
MIN_MMI
|
static double |
MIN_PGA
|
static double |
MIN_PGV
|
static double |
MIN_SA
|
static double |
MIN_SI
|
static double |
NUM_ASI
|
static double |
NUM_CAV
|
static double |
NUM_Ds575
|
static double |
NUM_Ds595
|
static double |
NUM_DSI
|
static double |
NUM_FAULT_DISPL
|
static double |
NUM_IA
|
static double |
NUM_MMI
|
static double |
NUM_PGA
|
static double |
NUM_PGV
|
static double |
NUM_SA
|
static double |
NUM_SI
|
| Constructor Summary | |
|---|---|
IMT_Info()
|
|
| Method Summary | |
|---|---|
ArbitrarilyDiscretizedFunc |
getDefaultHazardCurve(Parameter imtParam)
This function returns the ArbitrarilyDiscretizedFunc X values for the Hazard Curve in the linear space after discretizing them in the log space. |
ArbitrarilyDiscretizedFunc |
getDefaultHazardCurve(String imtName)
This function returns the ArbitrarilyDiscretizedFunc X values for the Hazard Curve in the linear space after discretizing them in the log space. |
static double |
getDefaultIMT_VAL(String imt)
Returns the default values for the selectd IMT |
static double |
getMaxIMT_Val(String imt)
Returns the maximum default value for the selectd IMT |
static double |
getMinIMT_Val(String imt)
Returns the minimum default value for the selectd IMT |
static double |
getNumIMT_Val(String imt)
Returns the total number of values for the selectd IMT |
static ArbitrarilyDiscretizedFunc |
getUSGS_PGA_Function()
initialises the function with the x and y values if the user has chosen the USGS-PGA X Vals the y values are modified with the values entered by the user |
static ArbitrarilyDiscretizedFunc |
getUSGS_SA_01_AND_02_Function()
initialises the function with the x and y values if the user has chosen the USGS-PGA X Vals the y values are modified with the values entered by the user |
static ArbitrarilyDiscretizedFunc |
getUSGS_SA_Function()
initialises the function with the x and y values if the user has chosen the USGS SA 0.3,0.4,0.5 and 1.0sec X Vals ,the y values are modified with the values entered by the user |
static boolean |
isIMT_LogNormalDist(Parameter imtParam)
|
static boolean |
isIMT_LogNormalDist(String imt)
|
static void |
main(String[] args)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final double MIN_SA
public static final double MAX_SA
public static final double NUM_SA
public static final double DEFAULT_SA
public static final double MIN_PGA
public static final double MAX_PGA
public static final double NUM_PGA
public static final double DEFAULT_PGA
public static final double MIN_PGV
public static final double MAX_PGV
public static final double NUM_PGV
public static final double DEFAULT_PGV
public static final double MIN_FAULT_DISPL
public static final double MAX_FAULT_DISPL
public static final double NUM_FAULT_DISPL
public static final double DEFAULT_FAULT_DISPL
public static final double MIN_MMI
public static final double MAX_MMI
public static final double NUM_MMI
public static final double DEFAULT_MMI
public static final double MIN_IA
public static final double MAX_IA
public static final double NUM_IA
public static final double DEFAULT_IA
public static final double MIN_SI
public static final double MAX_SI
public static final double NUM_SI
public static final double DEFAULT_SI
public static final double MIN_ASI
public static final double MAX_ASI
public static final double NUM_ASI
public static final double DEFAULT_ASI
public static final double MIN_DSI
public static final double MAX_DSI
public static final double NUM_DSI
public static final double DEFAULT_DSI
public static final double MIN_CAV
public static final double MAX_CAV
public static final double NUM_CAV
public static final double DEFAULT_CAV
public static final double MIN_Ds575
public static final double MAX_Ds575
public static final double NUM_Ds575
public static final double DEFAULT_Ds575
public static final double MIN_Ds595
public static final double MAX_Ds595
public static final double NUM_Ds595
public static final double DEFAULT_Ds595
public double discretization_pga
public double discretization_sa
public double discretization_pgv
public double discretization_fault_displ
public double discretization_mmi
public double discretization_ia
public double discretization_si
public double discretization_asi
public double discretization_dsi
public double discretization_cav
public double discretization_ds575
public double discretization_ds595
| Constructor Detail |
|---|
public IMT_Info()
| Method Detail |
|---|
public ArbitrarilyDiscretizedFunc getDefaultHazardCurve(Parameter imtParam)
param - : Selected IMT Param
public ArbitrarilyDiscretizedFunc getDefaultHazardCurve(String imtName)
imtName - : Name of the selected IMT
public static double getMinIMT_Val(String imt)
imt: - Selected IMT
public static double getMaxIMT_Val(String imt)
imt: - Selected IMT
public static double getNumIMT_Val(String imt)
imt: - Selected IMT
public static double getDefaultIMT_VAL(String imt)
imt: - Selected IMT
public static boolean isIMT_LogNormalDist(String imt)
imt - : Name of the seleceted IMT
public static ArbitrarilyDiscretizedFunc getUSGS_PGA_Function()
public static ArbitrarilyDiscretizedFunc getUSGS_SA_01_AND_02_Function()
public static ArbitrarilyDiscretizedFunc getUSGS_SA_Function()
public static boolean isIMT_LogNormalDist(Parameter imtParam)
imtParam - : IMT Parameter
public static void main(String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||