localsolverblackbox
public class LSBBSolution extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
double |
getDoubleValue(LSBBExpression expr)
Returns the value of the given expression in this solution.
|
long |
getIntValue(LSBBExpression expr)
Returns the value of the given expression in this solution.
|
LocalSolverBlackBox |
getLocalSolverBlackBox()
Returns the LocalSolverBlackBox object associated to this solution.
|
int |
hashCode() |
public LocalSolverBlackBox getLocalSolverBlackBox()
public double getDoubleValue(LSBBExpression expr)
LSBBState.Paused or LSBBState.Stopped. Only allowed
if this expression is a double.expr - Expression.LSBBExpression.isDouble()public long getIntValue(LSBBExpression expr)
LSBBState.Paused or LSBBState.Stopped. Only allowed
if this expression is an integer or a boolean.expr - Expression.LSBBExpression.isInt(),
LSBBExpression.isBool()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object