public final class ConstraintNormalizer extends Object
| Constructor and Description |
|---|
ConstraintNormalizer() |
| Modifier and Type | Method and Description |
|---|---|
static Constraint<?> |
normalize(IntegerConstraint c)
Transforms an IntegerConstraint into a corresponding StringConstraint,
RealConstraint or IntegerConstraint.
|
public static Constraint<?> normalize(IntegerConstraint c)
c - a constraint to be normalizedCopyright © 2010–2017 EvoSuite. All rights reserved.