Package cdm.event.common.functions
Class FindMatchingIndexTransitionInstruction
java.lang.Object
cdm.event.common.functions.FindMatchingIndexTransitionInstruction
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Direct Known Subclasses:
FindMatchingIndexTransitionInstruction.FindMatchingIndexTransitionInstructionDefault
public abstract class FindMatchingIndexTransitionInstruction
extends Object
implements com.rosetta.model.lib.functions.RosettaFunction
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.rosetta.model.lib.functions.ModelObjectValidator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract PriceQuantity.PriceQuantityBuilderdoEvaluate(List<? extends PriceQuantity> instructions, PriceQuantity priceQuantity) evaluate(List<? extends PriceQuantity> instructions, PriceQuantity priceQuantity) Methods 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
-
Field Details
-
objectValidator
@Inject protected com.rosetta.model.lib.functions.ModelObjectValidator objectValidator
-
-
Constructor Details
-
FindMatchingIndexTransitionInstruction
public FindMatchingIndexTransitionInstruction()
-
-
Method Details
-
evaluate
public PriceQuantity evaluate(List<? extends PriceQuantity> instructions, PriceQuantity priceQuantity) - Parameters:
instructions-priceQuantity-- Returns:
- matchingInstruction
-
doEvaluate
protected abstract PriceQuantity.PriceQuantityBuilder doEvaluate(List<? extends PriceQuantity> instructions, PriceQuantity priceQuantity)
-