localsolverblackbox
public class LSBBExpression extends java.lang.Object
LSBBModel,
LSBBOperator| Modifier and Type | Method and Description |
|---|---|
void |
addOperand(LSBBExpression expr)
Adds the given operand to this expression.
|
boolean |
equals(java.lang.Object obj) |
LocalSolverBlackBox |
getLocalSolverBlackBox() |
LSBBModel |
getModel() |
int |
hashCode() |
boolean |
isBool()
Returns true if this expression is a boolean (ie 0 or 1), false
otherwise.
|
boolean |
isDouble()
Returns true if this expression is a double, false otherwise.
|
boolean |
isInt()
Returns true if this expression is an integer, false otherwise.
|
java.lang.String |
toString() |
public LSBBModel getModel()
public LocalSolverBlackBox getLocalSolverBlackBox()
public boolean isDouble()
LSBBState.Paused or LSBBState.Stopped.public boolean isInt()
LSBBState.Paused or LSBBState.Stopped. Note
that a boolean is also an integer.public boolean isBool()
LSBBState.Paused or
LSBBState.Stopped.public void addOperand(LSBBExpression expr)
LSBBState.Modeling.expr - Operand to add.public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object