|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensha.sha.imr.PropagationEffect
@Deprecated public class PropagationEffect
Title: PropagationEffect
Description:
| Field Summary | |
|---|---|
protected ParameterList |
adjustableParams
Deprecated. |
static String |
APPROX_DIST_PARAM_NAME
Deprecated. |
protected boolean |
DISTANCE_X_STALE
Deprecated. |
protected double |
distanceJB
Deprecated. this distance measure for the DistanceJBParameter |
protected double |
distanceRup
Deprecated. this distance measure for the DistanceRupParameter |
protected double |
distanceSeis
Deprecated. this distance measure for the DistanceSeisParameter |
protected double |
distanceX
Deprecated. this distance measure for the DistanceX_Parameter |
protected DistanceX_Parameter |
distanceX_Parameter
Deprecated. |
protected EqkRupture |
eqkRupture
Deprecated. The EqkRupture used for calculating the PropagationEffect parameter values. |
protected boolean |
fix_dist_JB
Deprecated. |
static String |
NSHMP_PT_SRC_CORR_PARAM_NAME
Deprecated. |
static String |
POINT_SRC_CORR_PARAM_NAME
Deprecated. |
protected Site |
site
Deprecated. The Site used for calculating the PropagationEffect parameter values. |
protected boolean |
STALE
Deprecated. |
| Constructor Summary | |
|---|---|
PropagationEffect()
Deprecated. No Argument consructor |
|
PropagationEffect(Site site,
EqkRupture eqkRupture)
Deprecated. Constructor that is give Site and EqkRupture objects |
|
| Method Summary | |
|---|---|
void |
fixDistanceJB(boolean fixIt)
Deprecated. Setting this as true will change the calculated distanceJB value to 0.0 if it's less than half the distance between diagonally neighboring points on the rupture surface (otherwise it's never exactly zero everywhere above the entire surface). |
ParameterList |
getAdjustableParameterList()
Deprecated. |
ListIterator |
getAdjustableParamsIterator()
Deprecated. get the adjustable parameters |
double |
getDistanceJB()
Deprecated. This returns distance JB (shortest horz distance to surface projection of rupture) |
double |
getDistanceRup()
Deprecated. This returns rupture distance |
double |
getDistanceSeis()
Deprecated. This returns distance seis |
double |
getDistanceX()
Deprecated. This returns distance X (see DistanceX_Parameter) |
EqkRupture |
getEqkRupture()
Deprecated. Returns the EqkRupture object |
Object |
getParamValue(String paramName)
Deprecated. This returns the value for the parameter-name given |
Site |
getSite()
Deprecated. Returns the Site object |
boolean |
isParamSupported(Parameter param)
Deprecated. |
boolean |
isParamSupported(String paramName)
Deprecated. |
void |
parameterChange(ParameterChangeEvent event)
Deprecated. Function that must be implemented by all Listeners for ParameterChangeEvents. |
void |
setAll(EqkRupture eqkRupture,
Site site)
Deprecated. Sets both the EqkRupture and Site object |
void |
setEqkRupture(EqkRupture eqkRupture)
Deprecated. Sets the EqkRupture object |
void |
setParamValue(Parameter param)
Deprecated. This sets the value of the passed in parameter with that computed internally. |
void |
setSite(Site site)
Deprecated. Sets the Site object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String APPROX_DIST_PARAM_NAME
public static final String POINT_SRC_CORR_PARAM_NAME
public static final String NSHMP_PT_SRC_CORR_PARAM_NAME
protected ParameterList adjustableParams
protected Site site
protected EqkRupture eqkRupture
protected double distanceRup
protected double distanceJB
protected boolean fix_dist_JB
protected double distanceSeis
protected double distanceX
protected DistanceX_Parameter distanceX_Parameter
protected boolean STALE
protected boolean DISTANCE_X_STALE
| Constructor Detail |
|---|
public PropagationEffect()
public PropagationEffect(Site site,
EqkRupture eqkRupture)
| Method Detail |
|---|
public Site getSite()
public EqkRupture getEqkRupture()
public void setSite(Site site)
public void fixDistanceJB(boolean fixIt)
fixIt - public void setEqkRupture(EqkRupture eqkRupture)
public void setAll(EqkRupture eqkRupture,
Site site)
public Object getParamValue(String paramName)
public double getDistanceRup()
public double getDistanceJB()
public double getDistanceSeis()
public double getDistanceX()
public void setParamValue(Parameter param)
public boolean isParamSupported(String paramName)
paramName -
public boolean isParamSupported(Parameter param)
param -
public void parameterChange(ParameterChangeEvent event)
ParameterChangeListener
parameterChange in interface ParameterChangeListenerevent - The Event which triggered this function callpublic ParameterList getAdjustableParameterList()
public ListIterator getAdjustableParamsIterator()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||