org.sat4j.sat
Enum StartSolverEnum
java.lang.Object
java.lang.Enum<StartSolverEnum>
org.sat4j.sat.StartSolverEnum
- All Implemented Interfaces:
- Serializable, Comparable<StartSolverEnum>
public enum StartSolverEnum
- extends Enum<StartSolverEnum>
Method Summary |
static StartSolverEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static StartSolverEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared. |
SOLVER_LINE_PARAM_LINE
public static final StartSolverEnum SOLVER_LINE_PARAM_LINE
SOLVER_LINE_PARAM_REMOTE
public static final StartSolverEnum SOLVER_LINE_PARAM_REMOTE
SOLVER_LIST_PARAM_DEFAULT
public static final StartSolverEnum SOLVER_LIST_PARAM_DEFAULT
SOLVER_LIST_PARAM_REMOTE
public static final StartSolverEnum SOLVER_LIST_PARAM_REMOTE
values
public static StartSolverEnum[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (StartSolverEnum c : StartSolverEnum.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static StartSolverEnum valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
Copyright © 2012 Centre de Recherche en Informatique de Lens (CRIL). All Rights Reserved.