public static enum GmmPostProcessor.Model extends Enum<GmmPostProcessor.Model>
| Enum Constant and Description |
|---|
REZAEIAN_DAMPING_2014
The Rezaeian et al.
|
| Modifier and Type | Method and Description |
|---|---|
abstract GmmPostProcessor |
instance(CalcConfig config)
Create an instance of the post processor.
|
static GmmPostProcessor.Model |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GmmPostProcessor.Model[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GmmPostProcessor.Model REZAEIAN_DAMPING_2014
RezaeianDamping_2014public static GmmPostProcessor.Model[] values()
for (GmmPostProcessor.Model c : GmmPostProcessor.Model.values()) System.out.println(c);
public static GmmPostProcessor.Model valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic abstract GmmPostProcessor instance(CalcConfig config)
config - for instance intializationGmmPostProcessor instance