|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensha.sha.earthquake.rupForecastImpl.WGCEP_UCERF_2_Final.data.SegmentRecurIntv
public class SegmentRecurIntv
It saves the low, high and mean recurrence interval for segments on the A-faults
| Constructor Summary | |
|---|---|
SegmentRecurIntv(String faultName)
|
|
| Method Summary | |
|---|---|
void |
addHighRecurIntv(double recurIntv)
Add high recurrence interval |
void |
addLowRecurIntv(double recurIntv)
Add low recurrence interval |
void |
addMeanRecurIntv(double recurIntv)
Add mean recurrence interval |
String |
getFaultName()
Get fault name |
double |
getHighRecurIntv(int segIndex)
Get high recurrence interval |
double |
getLowRecurIntv(int segIndex)
Get low recurrence interval |
double |
getMeanRecurIntv(int segIndex)
Get mean recurrence interval |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SegmentRecurIntv(String faultName)
| Method Detail |
|---|
public void addMeanRecurIntv(double recurIntv)
recurIntv - public void addLowRecurIntv(double recurIntv)
recurIntv - public void addHighRecurIntv(double recurIntv)
recurIntv - public double getMeanRecurIntv(int segIndex)
recurIntv - public double getLowRecurIntv(int segIndex)
recurIntv - public double getHighRecurIntv(int segIndex)
recurIntv - public String getFaultName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||