Package cdm.event.common.functions
Class Create_ContractFormationInstruction
java.lang.Object
cdm.event.common.functions.Create_ContractFormationInstruction
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Direct Known Subclasses:
Create_ContractFormationInstruction.Create_ContractFormationInstructionDefault
public abstract class Create_ContractFormationInstruction
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.ConditionValidatorprotected com.rosetta.model.lib.functions.ModelObjectValidator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract ContractFormationInstruction.ContractFormationInstructionBuilderdoEvaluate(List<? extends LegalAgreement> legalAgreement) evaluate(List<? extends LegalAgreement> legalAgreement) 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
-
conditionValidator
@Inject protected com.rosetta.model.lib.functions.ConditionValidator conditionValidator -
objectValidator
@Inject protected com.rosetta.model.lib.functions.ModelObjectValidator objectValidator
-
-
Constructor Details
-
Create_ContractFormationInstruction
public Create_ContractFormationInstruction()
-
-
Method Details
-
evaluate
- Parameters:
legalAgreement-- Returns:
- instruction
-
doEvaluate
protected abstract ContractFormationInstruction.ContractFormationInstructionBuilder doEvaluate(List<? extends LegalAgreement> legalAgreement)
-