org.opensha.sha.earthquake.rupForecastImpl.WGCEP_UCERF_2_Final.data
Class SegmentTimeDepData
java.lang.Object
org.opensha.sha.earthquake.rupForecastImpl.WGCEP_UCERF_2_Final.data.SegmentTimeDepData
- All Implemented Interfaces:
- Serializable
public class SegmentTimeDepData
- extends Object
- implements Serializable
This class saves the time dependent data (last event yr, Slip and aperiodicity) for each A-Fault segment
- Author:
- vipingupta
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SegmentTimeDepData
public SegmentTimeDepData()
setAll
public void setAll(String faultName,
int segIndex,
double lastEventCalendarYr,
double slip,
double aperiodicity)
getAperiodicity
public double getAperiodicity()
setAperiodicity
public void setAperiodicity(double aperiodicity)
getFaultName
public String getFaultName()
setFaultName
public void setFaultName(String faultName)
getLastEventCalendarYr
public double getLastEventCalendarYr()
setLastEventCalendarYr
public void setLastEventCalendarYr(double lastEventCalendarYr)
getSegIndex
public int getSegIndex()
setSegIndex
public void setSegIndex(int segIndex)
getSlip
public double getSlip()
setSlip
public void setSlip(double slip)