public enum Bumper extends Enum<Bumper> implements IBumper
| Enum Constant and Description |
|---|
ANY |
ASSIGNED |
FALSIFIED |
FALSIFIED_AND_PROPAGATED |
| Modifier and Type | Method and Description |
|---|---|
void |
postBumpActivity(IOrder order,
PBConstr constr) |
static Bumper |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Bumper[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
void |
varBumpActivity(ILits voc,
BumpStrategy bumpStrategy,
IOrder order,
PBConstr constr,
int i,
int propagated) |
public static final Bumper ANY
public static final Bumper ASSIGNED
public static final Bumper FALSIFIED
public static final Bumper FALSIFIED_AND_PROPAGATED
public static Bumper[] values()
for (Bumper c : Bumper.values()) System.out.println(c);
public static Bumper 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 void varBumpActivity(ILits voc, BumpStrategy bumpStrategy, IOrder order, PBConstr constr, int i, int propagated)
varBumpActivity in interface IBumperpublic void postBumpActivity(IOrder order, PBConstr constr)
postBumpActivity in interface IBumperCopyright © 2020 Centre de Recherche en Informatique de Lens (CRIL). All rights reserved.