public enum BumpStrategy extends Enum<BumpStrategy>
| Enum Constant and Description |
|---|
ALWAYS_ONE |
COEFFICIENT |
DEGREE |
RATIO_CD |
RATIO_DC |
| Modifier and Type | Method and Description |
|---|---|
static BumpStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BumpStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
abstract void |
varBumpActivity(IOrder order,
PBConstr constr,
int i) |
public static final BumpStrategy ALWAYS_ONE
public static final BumpStrategy DEGREE
public static final BumpStrategy COEFFICIENT
public static final BumpStrategy RATIO_DC
public static final BumpStrategy RATIO_CD
public static BumpStrategy[] values()
for (BumpStrategy c : BumpStrategy.values()) System.out.println(c);
public static BumpStrategy 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 nullCopyright © 2020 Centre de Recherche en Informatique de Lens (CRIL). All rights reserved.