|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensha.refFaultParamDb.vo.DeformationModel
public class DeformationModel
Deformation model. It contains the slip estimates and aseimsic slip factor estimates for the fault sections in this deformation model.
| Constructor Summary | |
|---|---|
DeformationModel()
|
|
| Method Summary | |
|---|---|
void |
addFaultSection(int faultSectionId)
Add fault section to this deformation model |
EstimateInstances |
getAseismicSlipEstimate(int faultSectionId)
Get aseismic slip factor estimate for a fault section |
int |
getDeformationModelId()
Get the Id for this deformation model |
ArrayList<Integer> |
getFaultSectionIdList()
Get a list of Ids of all fault sections in this deformation model |
EstimateInstances |
getSlipRateEstimate(int faultSectionId)
Get slip rate estimate for a fault section |
void |
setAseismicSlipFactorEstimate(int faultSectionId,
EstimateInstances aseismicSlipFactorEstimate)
Set the aseismic slip factor estimate for this fault section in this deformation model |
void |
setDeformationModelId(int deformationModelId)
Set the defomation model id |
void |
setSlipRateEstimate(int faultSectionId,
EstimateInstances slipRateEstimate)
Set the slip rate estimate for this fault section in this deformation model |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DeformationModel()
| Method Detail |
|---|
public void setDeformationModelId(int deformationModelId)
deformationModelId - public int getDeformationModelId()
public void addFaultSection(int faultSectionId)
faultSectionId - public ArrayList<Integer> getFaultSectionIdList()
public void setSlipRateEstimate(int faultSectionId,
EstimateInstances slipRateEstimate)
faultSectionId - slipRateEstimate -
public void setAseismicSlipFactorEstimate(int faultSectionId,
EstimateInstances aseismicSlipFactorEstimate)
faultSectionId - aseismicSlipFactorEstimate - public EstimateInstances getSlipRateEstimate(int faultSectionId)
faultSectionId -
public EstimateInstances getAseismicSlipEstimate(int faultSectionId)
faultSectionId -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||