Package com.nt.udc.io
Class COSARExprEQ
java.lang.Object
com.nt.udc.io.COSARExpr
com.nt.udc.io.COSARExprRelationalNumOp
com.nt.udc.io.COSARExprEQ
This class represents the "equals" relational operation.
-
Field Summary
Fields inherited from class com.nt.udc.io.COSARExprRelationalNumOp
m_left, m_rightFields inherited from class com.nt.udc.io.COSARExpr
m_bIsConstant -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final intgetComputedValue(double val1, double val2) This function does the actual computation.protected final StringThis function returns a string representation of the operation.Methods inherited from class com.nt.udc.io.COSARExprRelationalNumOp
eval, toStringMethods inherited from class com.nt.udc.io.COSARExpr
isConstant
-
Constructor Details
-
COSARExprEQ
- Throws:
Exception
-
-
Method Details
-
getComputedValue
protected final int getComputedValue(double val1, double val2) This function does the actual computation.- Specified by:
getComputedValuein classCOSARExprRelationalNumOp
-
getOpString
This function returns a string representation of the operation.- Specified by:
getOpStringin classCOSARExprRelationalNumOp
-