Package | Description |
---|---|
org.fhaes.enums |
This package contains a variety of enumerations used in Fire History analysis
|
org.fhaes.model |
Modifier and Type | Method and Description |
---|---|
static FHAESResult |
FHAESResult.fromFullName(java.lang.String name)
Create a FHAESResult from a full name.
|
static FHAESResult |
FHAESResult.fromShortName(java.lang.String name)
Create a FHAESResult from a short name.
|
static FHAESResult |
FHAESResult.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FHAESResult[] |
FHAESResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
private FHAESResult |
FHAESResultTreeNode.fhresult |
Modifier and Type | Method and Description |
---|---|
FHAESResult |
FHAESResultTreeNode.getFHAESResult() |
Constructor and Description |
---|
FHAESResultTreeNode(FHAESResult fhresult)
TODO
|
FHAESResultTreeNode(FHAESResult fhresult,
javax.swing.ImageIcon icon)
TODO
|