org.opensha.sha.cybershake.timeDep
Class TimeDependentRupProbMod
java.lang.Object
org.opensha.sha.cybershake.timeDep.TimeDependentRupProbMod
- All Implemented Interfaces:
- RuptureProbabilityModifier
public class TimeDependentRupProbMod
- extends Object
- implements RuptureProbabilityModifier
|
Method Summary |
double |
getModifiedProb(int sourceID,
int rupID,
double origProb)
This method should return the modified probability for the given source/rup ID
combination. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimeDependentRupProbMod
public TimeDependentRupProbMod(int startYear)
getModifiedProb
public double getModifiedProb(int sourceID,
int rupID,
double origProb)
- 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: