Uses of Interface
cdm.event.common.Instruction.InstructionBuilder
Packages that use Instruction.InstructionBuilder
Package
Description
Business event concepts: primitives, contract state and associated state transition function specifications.
Workflow concepts (orthogonal to business event): time stamp, credit limit, trade warehouse info and associated function specifications.
-
Uses of Instruction.InstructionBuilder in cdm.event.common
Classes in cdm.event.common that implement Instruction.InstructionBuilderModifier and TypeClassDescriptionstatic classBuilder Implementation of InstructionMethods in cdm.event.common that return Instruction.InstructionBuilderModifier and TypeMethodDescriptionInstruction.builder()Instruction.InstructionBuilderImpl.merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) Instruction.InstructionBuilder.prune()Instruction.InstructionBuilderImpl.prune()Instruction.InstructionBuilder.setBefore(ReferenceWithMetaTradeState before) Instruction.InstructionBuilderImpl.setBefore(ReferenceWithMetaTradeState _before) Instruction.InstructionBuilder.setBeforeValue(TradeState before) Instruction.InstructionBuilderImpl.setBeforeValue(TradeState _before) Instruction.InstructionBuilder.setPrimitiveInstruction(PrimitiveInstruction primitiveInstruction) Instruction.InstructionBuilderImpl.setPrimitiveInstruction(PrimitiveInstruction _primitiveInstruction) Instruction.InstructionBuilderImpl.toBuilder()Instruction.InstructionImpl.toBuilder()Instruction.toBuilder()Methods in cdm.event.common with parameters of type Instruction.InstructionBuilderModifier and TypeMethodDescriptionprotected voidInstruction.InstructionImpl.setBuilderFields(Instruction.InstructionBuilder builder) Constructors in cdm.event.common with parameters of type Instruction.InstructionBuilder -
Uses of Instruction.InstructionBuilder in cdm.event.common.functions
Methods in cdm.event.common.functions that return types with arguments of type Instruction.InstructionBuilderModifier and TypeMethodDescriptionprotected List<Instruction.InstructionBuilder> Create_PairOffInstruction.Create_PairOffInstructionDefault.assignOutput(List<Instruction.InstructionBuilder> instruction, List<? extends TradeState> tradeState, Identifier pairReference) protected List<Instruction.InstructionBuilder> Create_PairOffInstruction.Create_PairOffInstructionDefault.doEvaluate(List<? extends TradeState> tradeState, Identifier pairReference) protected abstract List<Instruction.InstructionBuilder> Create_PairOffInstruction.doEvaluate(List<? extends TradeState> tradeState, Identifier pairReference) Method parameters in cdm.event.common.functions with type arguments of type Instruction.InstructionBuilderModifier and TypeMethodDescriptionprotected List<Instruction.InstructionBuilder> Create_PairOffInstruction.Create_PairOffInstructionDefault.assignOutput(List<Instruction.InstructionBuilder> instruction, List<? extends TradeState> tradeState, Identifier pairReference) -
Uses of Instruction.InstructionBuilder in cdm.event.workflow
Fields in cdm.event.workflow with type parameters of type Instruction.InstructionBuilderModifier and TypeFieldDescriptionprotected List<Instruction.InstructionBuilder> EventInstruction.EventInstructionBuilderImpl.instructionMethods in cdm.event.workflow that return Instruction.InstructionBuilderModifier and TypeMethodDescriptionEventInstruction.EventInstructionBuilder.getOrCreateInstruction(int index) EventInstruction.EventInstructionBuilderImpl.getOrCreateInstruction(int index) Methods in cdm.event.workflow that return types with arguments of type Instruction.InstructionBuilderModifier and TypeMethodDescriptionList<? extends Instruction.InstructionBuilder> EventInstruction.EventInstructionBuilder.getInstruction()List<? extends Instruction.InstructionBuilder> EventInstruction.EventInstructionBuilderImpl.getInstruction()