Class PriceUnitEquals.PriceUnitEqualsDefault
java.lang.Object
cdm.product.common.settlement.functions.PriceUnitEquals
cdm.product.common.settlement.functions.PriceUnitEquals.PriceUnitEqualsDefault
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Enclosing class:
PriceUnitEquals
-
Nested Class Summary
Nested classes/interfaces inherited from class cdm.product.common.settlement.functions.PriceUnitEquals
PriceUnitEquals.PriceUnitEqualsDefault -
Field Summary
Fields inherited from class cdm.product.common.settlement.functions.PriceUnitEquals
unitEquals -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.rosetta.model.lib.mapper.MapperS<Boolean> protected BooleanassignOutput(Boolean result, PriceSchedule p1, PriceSchedule p2) protected BooleandoEvaluate(PriceSchedule p1, PriceSchedule p2) protected com.rosetta.model.lib.mapper.MapperS<Boolean> protected com.rosetta.model.lib.mapper.MapperS<Boolean> protected com.rosetta.model.lib.mapper.MapperS<Boolean> protected com.rosetta.model.lib.mapper.MapperS<Boolean> unitMatches(PriceSchedule p1, PriceSchedule p2) Methods inherited from class cdm.product.common.settlement.functions.PriceUnitEquals
evaluateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.rosetta.model.lib.functions.RosettaFunction
toBuilder, toBuilder, toBuilder
-
Constructor Details
-
PriceUnitEqualsDefault
public PriceUnitEqualsDefault()
-
-
Method Details
-
doEvaluate
- Specified by:
doEvaluatein classPriceUnitEquals
-
assignOutput
-
unitMatches
protected com.rosetta.model.lib.mapper.MapperS<Boolean> unitMatches(PriceSchedule p1, PriceSchedule p2) - Specified by:
unitMatchesin classPriceUnitEquals
-
perUnitOfMatches
protected com.rosetta.model.lib.mapper.MapperS<Boolean> perUnitOfMatches(PriceSchedule p1, PriceSchedule p2) - Specified by:
perUnitOfMatchesin classPriceUnitEquals
-
priceTypeMatches
protected com.rosetta.model.lib.mapper.MapperS<Boolean> priceTypeMatches(PriceSchedule p1, PriceSchedule p2) - Specified by:
priceTypeMatchesin classPriceUnitEquals
-
priceExpressionMatches
protected com.rosetta.model.lib.mapper.MapperS<Boolean> priceExpressionMatches(PriceSchedule p1, PriceSchedule p2) - Specified by:
priceExpressionMatchesin classPriceUnitEquals
-
arithmeticOperatorMatches
protected com.rosetta.model.lib.mapper.MapperS<Boolean> arithmeticOperatorMatches(PriceSchedule p1, PriceSchedule p2) - Specified by:
arithmeticOperatorMatchesin classPriceUnitEquals
-