Package | Description |
---|---|
org.fhaes.analysis | |
org.fhaes.enums |
This package contains a variety of enumerations used in Fire History analysis
|
org.fhaes.preferences |
Package for handling the storing and retrieval of user preferences between sessions.
|
org.fhaes.preferences.wrappers |
This package contains classes that wrapper GUI components and store their values in preferences.
|
Constructor and Description |
---|
FHInterval(FHFile[] inputFileArray,
AnalysisType analysisType,
java.lang.Integer startYear,
java.lang.Integer endYear,
FireFilterType filterType,
java.lang.Double filterValue,
java.lang.Boolean includeIncomplete,
EventTypeToProcess eventTypeToProcess,
java.lang.Double alphaLevel)
Construction for setting up an FHInterval analysis.
|
Modifier and Type | Method and Description |
---|---|
static AnalysisType |
AnalysisType.fromName(java.lang.String name)
Create an AnalysisType from a string name.
|
static AnalysisType |
AnalysisType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AnalysisType[] |
AnalysisType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AnalysisType |
FHAESPreferences.getAnalysisTypePref(FHAESPreferences.PrefKey key,
AnalysisType defaultValue)
Get the value of an AnalysisType preference.
|
Modifier and Type | Method and Description |
---|---|
AnalysisType |
FHAESPreferences.getAnalysisTypePref(FHAESPreferences.PrefKey key,
AnalysisType defaultValue)
Get the value of an AnalysisType preference.
|
void |
FHAESPreferences.setAnalysisTypePref(FHAESPreferences.PrefKey key,
AnalysisType value)
Set the value of a preference to the specified AnalysisType.
|
Modifier and Type | Field and Description |
---|---|
(package private) AnalysisType[] |
AnalysisTypeWrapper.formats |
private static AnalysisType[] |
AnalysisTypeWrapper.OPTIONS |
Modifier and Type | Method and Description |
---|---|
private void |
AnalysisTypeWrapper.initGeneric(javax.swing.JComboBox cbo,
AnalysisType[] values) |
Constructor and Description |
---|
AnalysisTypeWrapper(javax.swing.JComboBox cbo,
FHAESPreferences.PrefKey key,
java.lang.Object defaultValue,
AnalysisType[] values) |