|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BaseERF
Title: ERF (was EqkRupForecastBaseAPI)
Description: This defines the common interface that applies to both an ERF and an EpistemicListERF (the methods that are common betwen the two).
| Field Summary | |
|---|---|
static String |
NAME
To increase load time for applications, the name of each ERF should be stored as a public static final String called "NAME". |
| Method Summary | |
|---|---|
ParameterList |
getAdjustableParameterList()
Gets the Adjustable parameter list for the ERF |
Region |
getApplicableRegion()
Get the region for which this forecast is applicable |
ArrayList<TectonicRegionType> |
getIncludedTectonicRegionTypes()
This specifies what types of Tectonic Regions are included in the ERF |
TimeSpan |
getTimeSpan()
This method gets the time-span field |
boolean |
setParameter(String name,
Object value)
This will set the parameter with the given name to the given value. |
void |
setTimeSpan(TimeSpan time)
This method sets the time-span field |
String |
updateAndSaveForecast()
Update and save the serialized forecast into a file |
void |
updateForecast()
This method tells the forecast that the user is done setting parameters and that it can now prepare itself for use. |
| Methods inherited from interface org.opensha.commons.data.Named |
|---|
getName |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Field Detail |
|---|
static final String NAME
| Method Detail |
|---|
void updateForecast()
String updateAndSaveForecast()
void setTimeSpan(TimeSpan time)
time - TimeSpan getTimeSpan()
boolean setParameter(String name,
Object value)
name - String Name of the Adjustable Parametervalue - Object Parameter Value
ParameterList getAdjustableParameterList()
Region getApplicableRegion()
ArrayList<TectonicRegionType> getIncludedTectonicRegionTypes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||