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