public enum SkipStrategy extends Enum<SkipStrategy>
| Enum Constant and Description |
|---|
NO_SKIP |
SKIP |
WEAKEN_AND_SKIP |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getDescription() |
abstract boolean |
skip(ConflictMap map,
int litImplied) |
static SkipStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SkipStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SkipStrategy NO_SKIP
public static final SkipStrategy SKIP
public static final SkipStrategy WEAKEN_AND_SKIP
public static SkipStrategy[] values()
for (SkipStrategy c : SkipStrategy.values()) System.out.println(c);
public static SkipStrategy valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic abstract boolean skip(ConflictMap map, int litImplied)
public abstract String getDescription()
Copyright © 2020 Centre de Recherche en Informatique de Lens (CRIL). All rights reserved.