public static enum Instances.Instance extends java.lang.Enum<Instances.Instance>
Enum Constant and Description |
---|
NULL |
PATH_DAG |
UNIFORM_MATROID |
Modifier and Type | Method and Description |
---|---|
static Instances.Instance |
toInstance(int i) |
static Instances.Instance |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Instances.Instance[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Instances.Instance PATH_DAG
public static final Instances.Instance UNIFORM_MATROID
public static final Instances.Instance NULL
public static Instances.Instance[] values()
for (Instances.Instance c : Instances.Instance.values()) System.out.println(c);
public static Instances.Instance 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 Instances.Instance toInstance(int i)