Package cdm.event.common
Interface Instruction
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
Instruction.InstructionBuilder
- All Known Implementing Classes:
Instruction.InstructionBuilderImpl,Instruction.InstructionImpl
@RosettaDataType(value="Instruction",
builder=InstructionBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="Instruction",
model="cdm",
builder=InstructionBuilderImpl.class,
version="5.30.0")
public interface Instruction
extends com.rosetta.model.lib.RosettaModelObject
Instruction to a function that will be used to perform a business event
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of Instructionstatic classImmutable Implementation of Instruction -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()Specifies the trade state that will be acted on by the primitive event functions.Specifies the primitive instructions that will be used to call primitive event functions.default Class<? extends Instruction> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends Instruction> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getPrimitiveInstruction
PrimitiveInstruction getPrimitiveInstruction()Specifies the primitive instructions that will be used to call primitive event functions. -
getBefore
ReferenceWithMetaTradeState getBefore()Specifies the trade state that will be acted on by the primitive event functions. -
build
Instruction build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
Instruction.InstructionBuilder toBuilder()- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-