Class EvalNaryCPInstruction


public class EvalNaryCPInstruction extends BuiltinNaryCPInstruction
Eval built-in function instruction Note: it supports only single matrix[double] output
  • Constructor Details

  • Method Details

    • processInstruction

      public void processInstruction(ExecutionContext ec)
      Description copied from class: Instruction
      This method should be used to execute the instruction.
      Specified by:
      processInstruction in class CPInstruction
      Parameters:
      ec - execution context
    • updateInstructionThreadID

      public void updateInstructionThreadID(String pattern, String replace)
      Description copied from class: Instruction
      All instructions that have thread-specific filenames or names encoded in it should overwrite this method in order to update (1) the in-memory instruction and (2) the instruction string
      Overrides:
      updateInstructionThreadID in class Instruction
      Parameters:
      pattern - ?
      replace - ?