org.opensha.sha.cybershake.bombay
Class BombayBeachHazardCurveCalc
java.lang.Object
org.opensha.sha.cybershake.bombay.BombayBeachHazardCurveCalc
- All Implemented Interfaces:
- RuptureProbabilityModifier, RuptureVariationProbabilityModifier
public class BombayBeachHazardCurveCalc
- extends Object
- implements RuptureVariationProbabilityModifier
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BOMBAY_LOC
public static final Location BOMBAY_LOC
- The location of the M4.8 event
PARKFIELD_LOC
public static final Location PARKFIELD_LOC
PICO_RIVERA_LOC
public static final Location PICO_RIVERA_LOC
YUCAIPA_LOC
public static final Location YUCAIPA_LOC
COYOTE_CREEK
public static final Location COYOTE_CREEK
BombayBeachHazardCurveCalc
public BombayBeachHazardCurveCalc(DBAccess db,
double increaseMultFactor,
Location hypoLocation,
double maxDistance,
String sourceNameConstr,
boolean useDepth)
main
public static void main(String[] args)
getModVariations
public ArrayList<Integer> getModVariations(int sourceID,
int rupID)
- Specified by:
getModVariations in interface RuptureVariationProbabilityModifier
getModifiedProb
public double getModifiedProb(int sourceID,
int rupID,
double originalProb)
- Description copied from interface:
RuptureProbabilityModifier
- This method should return the modified probability for the given source/rup ID
combination.
- Specified by:
getModifiedProb in interface RuptureProbabilityModifier
- Returns: