public enum BlockModelsMode extends java.lang.Enum<BlockModelsMode>
| Enum Constant and Description |
|---|
LITERALS
Block models based on the SAT skeleton.
|
VALUES
Block models based on the concrete model values for the free variables.
|
| Modifier and Type | Method and Description |
|---|---|
static BlockModelsMode |
fromInt(int value) |
int |
getValue() |
static BlockModelsMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BlockModelsMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BlockModelsMode LITERALS
public static final BlockModelsMode VALUES
public static BlockModelsMode[] values()
for (BlockModelsMode c : BlockModelsMode.values()) System.out.println(c);
public static BlockModelsMode 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 BlockModelsMode fromInt(int value) throws CVC5ApiException
CVC5ApiExceptionpublic int getValue()