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
  • Field Details

  • Method Details

    • getPrimitiveInstruction

      PrimitiveInstruction getPrimitiveInstruction()
      Specifies the primitive instructions that will be used to call primitive event functions.
    • getBefore

      Specifies the trade state that will be acted on by the primitive event functions.
    • build

      Instruction build()
      Build Methods
      Specified by:
      build in interface com.rosetta.model.lib.RosettaModelObject
    • toBuilder

      Specified by:
      toBuilder in interface com.rosetta.model.lib.RosettaModelObject
    • builder

    • metaData

      default com.rosetta.model.lib.meta.RosettaMetaData<? extends Instruction> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

      @RuneAttribute("@type") default Class<? extends Instruction> getType()
      Specified by:
      getType in interface com.rosetta.model.lib.RosettaModelObject
    • process

      default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
      Specified by:
      process in interface com.rosetta.model.lib.RosettaModelObject