|
||||||||||
| 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.finalReferenceFaultParamDb.DeformationModelPrefDataFinal
public class DeformationModelPrefDataFinal
This provides static access to the final preferred data for each deformation model (this does not access the oracle database dynamically, except for the one-time creation of the static data files). TO DO: need to implement methods that saves the data in the HashMaps (slipRateMap;aseismicSlipMap;stdDevMap;faultSectionIdIndexMapMap;faultSectionIdMap) to a static file (ascii or XML), which will be run only once to create the files, and then another to read the HashMap data back in from those files (which the constructor will use).
| Constructor Summary | |
|---|---|
DeformationModelPrefDataFinal()
|
|
| Method Summary | |
|---|---|
ArrayList<FaultSectionPrefData> |
getAllFaultSectionPrefData(int deformationModelId)
Get all Fault Section Pref data for a deformation model ID |
ArrayList<Integer> |
getFaultSectionIdsForDeformationModel(int deformationModelId)
Get a list of all fault sections within this deformation model |
FaultSectionPrefData |
getFaultSectionPrefData(int deformationModelId,
int faultSectionId)
Get Fault Section Pref data for a deformation model ID and Fault section Id |
static void |
main(String[] args)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DeformationModelPrefDataFinal()
| Method Detail |
|---|
public FaultSectionPrefData getFaultSectionPrefData(int deformationModelId,
int faultSectionId)
deformationModelId - faultSectionId -
public ArrayList<Integer> getFaultSectionIdsForDeformationModel(int deformationModelId)
deformationModelId -
public ArrayList<FaultSectionPrefData> getAllFaultSectionPrefData(int deformationModelId)
deformationModelId -
public static void main(String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||