Package cdm.event.common.functions
Class Qualify_Roll.Qualify_RollDefault
java.lang.Object
cdm.event.common.functions.Qualify_Roll
cdm.event.common.functions.Qualify_Roll.Qualify_RollDefault
- All Implemented Interfaces:
com.rosetta.model.lib.functions.IQualifyFunctionExtension<BusinessEvent>,com.rosetta.model.lib.functions.RosettaFunction
- Enclosing class:
Qualify_Roll
-
Nested Class Summary
Nested classes/interfaces inherited from class cdm.event.common.functions.Qualify_Roll
Qualify_Roll.Qualify_RollDefault -
Field Summary
Fields inherited from class cdm.event.common.functions.Qualify_Roll
filterClosedTradeStates, filterOpenTradeStates -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BooleanassignOutput(Boolean is_event, BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends EconomicTerms> beforeEconomicterms(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends TradeState> closedTradeState(BusinessEvent businessEvent) protected BooleandoEvaluate(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends EconomicTerms> openEconomicTerms(BusinessEvent businessEvent) Methods inherited from class cdm.event.common.functions.Qualify_Roll
evaluate, getNamePrefixMethods 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
-
Qualify_RollDefault
public Qualify_RollDefault()
-
-
Method Details
-
doEvaluate
- Specified by:
doEvaluatein classQualify_Roll
-
assignOutput
-
beforeEconomicterms
protected com.rosetta.model.lib.mapper.MapperS<? extends EconomicTerms> beforeEconomicterms(BusinessEvent businessEvent) - Specified by:
beforeEconomictermsin classQualify_Roll
-
openEconomicTerms
protected com.rosetta.model.lib.mapper.MapperS<? extends EconomicTerms> openEconomicTerms(BusinessEvent businessEvent) - Specified by:
openEconomicTermsin classQualify_Roll
-
closedTradeState
protected com.rosetta.model.lib.mapper.MapperC<? extends TradeState> closedTradeState(BusinessEvent businessEvent) - Specified by:
closedTradeStatein classQualify_Roll
-