public final class RealVariable extends AbstractExpression<Double> implements RealValue, Variable<Double>
concreteValue| Constructor and Description |
|---|
RealVariable(String name,
double conV,
double minValue,
double maxValue)
Constructor for RealVariable.
|
| Modifier and Type | Method and Description |
|---|---|
<K,V> K |
accept(ExpressionVisitor<K,V> v,
V arg) |
boolean |
equals(Object obj) |
Set<Object> |
getConstants() |
Double |
getMaxValue()
getMaxValue
|
Double |
getMinValue()
getMinValue
|
String |
getName()
getName
|
Set<Variable<?>> |
getVariables() |
int |
hashCode() |
void |
setConcreteValue(double conV)
Setter for the field
concreteValue. |
String |
toString() |
containsSymbolicVariable, getConcreteValue, getParent, getSize, setParentclone, finalize, getClass, notify, notifyAll, wait, wait, waitcontainsSymbolicVariable, getConcreteValue, getParent, getSize, setParentpublic final void setConcreteValue(double conV)
Setter for the field concreteValue.
conV - a double.public String getName()
getName
public Double getMinValue()
getMinValue
getMinValue in interface Variable<Double>public Double getMaxValue()
getMaxValue
getMaxValue in interface Variable<Double>public Set<Variable<?>> getVariables()
getVariables in interface Expression<Double>public Set<Object> getConstants()
getConstants in interface Expression<Double>getConstants in class AbstractExpression<Double>public <K,V> K accept(ExpressionVisitor<K,V> v, V arg)
accept in interface Expression<Double>Copyright © 2010–2017 EvoSuite. All rights reserved.