Class FEDInstruction

    • Method Detail

      • getTID

        public long getTID()
      • setTID

        public void setTID​(long tid)
      • preprocessInstruction

        public Instruction preprocessInstruction​(ExecutionContext ec)
        Description copied from class: Instruction
        This method should be used for any setup before executing this instruction. Overwriting methods should first call the super method and subsequently do their custom setup.
        Overrides:
        preprocessInstruction in class Instruction
        Parameters:
        ec - execution context
        Returns:
        instruction