Package com.nt.udc.io
Class COSARExprGE
java.lang.Object
com.nt.udc.io.COSARExpr
com.nt.udc.io.COSARExprRelationalNumOp
com.nt.udc.io.COSARExprGE
This class represents the "greater or equal" relational operation.
-
Field Summary
Fields inherited from class com.nt.udc.io.COSARExprRelationalNumOp
m_left, m_right
Fields inherited from class com.nt.udc.io.COSARExpr
m_bIsConstant
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final int
getComputedValue
(double val1, double val2) This function does the actual computation.protected final String
This function returns a string representation of the operation.Methods inherited from class com.nt.udc.io.COSARExprRelationalNumOp
eval, toString
Methods inherited from class com.nt.udc.io.COSARExpr
isConstant
-
Constructor Details
-
COSARExprGE
- Throws:
Exception
-
-
Method Details
-
getComputedValue
protected final int getComputedValue(double val1, double val2) This function does the actual computation.- Specified by:
getComputedValue
in classCOSARExprRelationalNumOp
-
getOpString
This function returns a string representation of the operation.- Specified by:
getOpString
in classCOSARExprRelationalNumOp
-