Package cdm.event.common.functions
Class Create_ShapingInstruction.Create_ShapingInstructionDefault
java.lang.Object
cdm.event.common.functions.Create_ShapingInstruction
cdm.event.common.functions.Create_ShapingInstruction.Create_ShapingInstructionDefault
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Enclosing class:
Create_ShapingInstruction
public static class Create_ShapingInstruction.Create_ShapingInstructionDefault
extends Create_ShapingInstruction
-
Nested Class Summary
Nested classes/interfaces inherited from class cdm.event.common.functions.Create_ShapingInstruction
Create_ShapingInstruction.Create_ShapingInstructionDefault -
Field Summary
Fields inherited from class cdm.event.common.functions.Create_ShapingInstruction
create_ContractFormationInstruction, create_PackageExecutionDetails, create_TerminationInstruction, objectValidator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassignOutput(PrimitiveInstruction.PrimitiveInstructionBuilder instruction, TradeState tradeState, List<? extends TradeLot> tradeLots, Identifier shapeIdentifier) protected com.rosetta.model.lib.mapper.MapperC<? extends Identifier> componentId(TradeState tradeState, List<? extends TradeLot> tradeLots, Identifier shapeIdentifier) doEvaluate(TradeState tradeState, List<? extends TradeLot> tradeLots, Identifier shapeIdentifier) Methods inherited from class cdm.event.common.functions.Create_ShapingInstruction
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
-
Create_ShapingInstructionDefault
public Create_ShapingInstructionDefault()
-
-
Method Details
-
doEvaluate
protected PrimitiveInstruction.PrimitiveInstructionBuilder doEvaluate(TradeState tradeState, List<? extends TradeLot> tradeLots, Identifier shapeIdentifier) - Specified by:
doEvaluatein classCreate_ShapingInstruction
-
assignOutput
protected PrimitiveInstruction.PrimitiveInstructionBuilder assignOutput(PrimitiveInstruction.PrimitiveInstructionBuilder instruction, TradeState tradeState, List<? extends TradeLot> tradeLots, Identifier shapeIdentifier) -
componentId
protected com.rosetta.model.lib.mapper.MapperC<? extends Identifier> componentId(TradeState tradeState, List<? extends TradeLot> tradeLots, Identifier shapeIdentifier) - Specified by:
componentIdin classCreate_ShapingInstruction
-