public static enum MultiperspectiveConfiguration.CONTROL_FLOW_MINER extends java.lang.Enum<MultiperspectiveConfiguration.CONTROL_FLOW_MINER>
Enum Constant and Description |
---|
ALPHA_MINER |
EVOLUTIONARY_TREE_MINER |
HEURISTIC_MINER |
ILP_MINER |
INDUCTIVE_MINER |
Modifier and Type | Method and Description |
---|---|
static MultiperspectiveConfiguration.CONTROL_FLOW_MINER |
getValueByText(java.lang.String text) |
java.lang.String |
toString() |
static MultiperspectiveConfiguration.CONTROL_FLOW_MINER |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MultiperspectiveConfiguration.CONTROL_FLOW_MINER[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MultiperspectiveConfiguration.CONTROL_FLOW_MINER INDUCTIVE_MINER
public static final MultiperspectiveConfiguration.CONTROL_FLOW_MINER ALPHA_MINER
public static final MultiperspectiveConfiguration.CONTROL_FLOW_MINER EVOLUTIONARY_TREE_MINER
public static final MultiperspectiveConfiguration.CONTROL_FLOW_MINER HEURISTIC_MINER
public static final MultiperspectiveConfiguration.CONTROL_FLOW_MINER ILP_MINER
public static MultiperspectiveConfiguration.CONTROL_FLOW_MINER[] values()
for (MultiperspectiveConfiguration.CONTROL_FLOW_MINER c : MultiperspectiveConfiguration.CONTROL_FLOW_MINER.values()) System.out.println(c);
public static MultiperspectiveConfiguration.CONTROL_FLOW_MINER 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 java.lang.String toString()
toString
in class java.lang.Enum<MultiperspectiveConfiguration.CONTROL_FLOW_MINER>
public static MultiperspectiveConfiguration.CONTROL_FLOW_MINER getValueByText(java.lang.String text)