Package org.isda.cdm.functions
Class GreaterThanImpl
- java.lang.Object
-
- org.isda.cdm.functions.GreaterThan
-
- org.isda.cdm.functions.GreaterThanImpl
-
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
public class GreaterThanImpl extends GreaterThan
-
-
Constructor Summary
Constructors Constructor Description GreaterThanImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Boolean
doEvaluate(ContractualQuantity contractualQuantity, java.math.BigDecimal scalar)
-
Methods inherited from class org.isda.cdm.functions.GreaterThan
evaluate
-
-
-
-
Method Detail
-
doEvaluate
protected java.lang.Boolean doEvaluate(ContractualQuantity contractualQuantity, java.math.BigDecimal scalar)
- Specified by:
doEvaluate
in classGreaterThan
-
-