public static enum ParsimoniousElement.StructureScore extends java.lang.Enum<ParsimoniousElement.StructureScore>
Enum Constant and Description |
---|
AIC |
BD |
BIC |
DIRONEHALF |
FNML |
Modifier and Type | Method and Description |
---|---|
static ParsimoniousElement.StructureScore |
parseString(java.lang.String s) |
static ParsimoniousElement.StructureScore |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ParsimoniousElement.StructureScore[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParsimoniousElement.StructureScore BD
public static final ParsimoniousElement.StructureScore FNML
public static final ParsimoniousElement.StructureScore AIC
public static final ParsimoniousElement.StructureScore BIC
public static final ParsimoniousElement.StructureScore DIRONEHALF
public static ParsimoniousElement.StructureScore[] values()
for (ParsimoniousElement.StructureScore c : ParsimoniousElement.StructureScore.values()) System.out.println(c);
public static ParsimoniousElement.StructureScore valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static ParsimoniousElement.StructureScore parseString(java.lang.String s)