|
||||||||||
| 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.DeformationModelSummaryFinal
public class DeformationModelSummaryFinal
This class holds a deformation model summary (name, associated fault model) for each deformation model.
| Constructor Summary | |
|---|---|
DeformationModelSummaryFinal()
|
|
| Method Summary | |
|---|---|
ArrayList |
getAllDeformationModels()
Get all the deformation Models from the database |
DeformationModelSummary |
getDeformationModel(int deformationModelId)
Get a deformation model based on deformation model ID |
DeformationModelSummary |
getDeformationModel(String deformationModelName)
Get a deformation model based on deformation model Name |
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 DeformationModelSummaryFinal()
| Method Detail |
|---|
public DeformationModelSummary getDeformationModel(int deformationModelId)
throws QueryException
faultModelId -
QueryException
public ArrayList getAllDeformationModels()
throws QueryException
QueryException
public DeformationModelSummary getDeformationModel(String deformationModelName)
throws QueryException
deformationModelName -
QueryExceptionpublic static void main(String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||