public static enum PetriNetILPModelSettings.SearchType extends java.lang.Enum<PetriNetILPModelSettings.SearchType>
| Enum Constant and Description |
|---|
BASIC |
PER_CD |
PER_TRANSITION |
POST_PER_TRANSITION |
PRE_PER_TRANSITION |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static PetriNetILPModelSettings.SearchType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PetriNetILPModelSettings.SearchType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PetriNetILPModelSettings.SearchType BASIC
public static final PetriNetILPModelSettings.SearchType PER_CD
public static final PetriNetILPModelSettings.SearchType PER_TRANSITION
public static final PetriNetILPModelSettings.SearchType PRE_PER_TRANSITION
public static final PetriNetILPModelSettings.SearchType POST_PER_TRANSITION
public static PetriNetILPModelSettings.SearchType[] values()
for (PetriNetILPModelSettings.SearchType c : PetriNetILPModelSettings.SearchType.values()) System.out.println(c);
public static PetriNetILPModelSettings.SearchType 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<PetriNetILPModelSettings.SearchType>