|
||||||||||
| 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.A_PrioriRupRates
public class A_PrioriRupRates
This class is used to hold the segment rates and ruptures rates after reading from the excel File
| Constructor Summary | |
|---|---|
A_PrioriRupRates(String faultName)
constructor : Accepts the segment name |
|
| Method Summary | |
|---|---|
ArrayList<Double> |
getA_PrioriRates(String modelName)
Get the A priori rates for the solution type |
String |
getFaultName()
Get the segment name |
ArrayList<String> |
getSupportedModelNames()
Get a list of all supported model names (Eg. |
void |
putRupRate(String modelName,
double rate)
Add the rup rate for specified model |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public A_PrioriRupRates(String faultName)
segmentName - | Method Detail |
|---|
public String getFaultName()
public void putRupRate(String modelName,
double rate)
public ArrayList<String> getSupportedModelNames()
public ArrayList<Double> getA_PrioriRates(String modelName)
modelName -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||