public final class IntegerConstraint extends Constraint<Long>
size| Constructor and Description |
|---|
IntegerConstraint(Expression<Long> left,
Comparator cmp,
Expression<Long> right)
Constructor for IntegerConstraint.
|
| Modifier and Type | Method and Description |
|---|---|
<K,V> K |
accept(ConstraintVisitor<K,V> v,
V arg) |
Comparator |
getComparator()
getComparator
|
Expression<?> |
getLeftOperand()
getLeftOperand
|
Expression<?> |
getRightOperand()
getRightOperand
|
Constraint<Long> |
negate() |
String |
toString() |
equals, getConstants, getSize, getVariables, hashCode, isSolveable, normalizepublic IntegerConstraint(Expression<Long> left, Comparator cmp, Expression<Long> right)
Constructor for IntegerConstraint.
left - a Expression object.cmp - a Comparator object.right - a Expression object.public Comparator getComparator()
getComparator
getComparator in class Constraint<Long>Comparator object.public Expression<?> getLeftOperand()
getLeftOperand
getLeftOperand in class Constraint<Long>Expression object.public Expression<?> getRightOperand()
getRightOperand
getRightOperand in class Constraint<Long>Expression object.public Constraint<Long> negate()
negate in class Constraint<Long>public <K,V> K accept(ConstraintVisitor<K,V> v, V arg)
accept in class Constraint<Long>Copyright © 2010–2017 EvoSuite. All rights reserved.