Class MrpCommandList

java.lang.Object
com.singularsys.extensions.fastmatrix.MrpCommandList
All Implemented Interfaces:
Serializable

public final class MrpCommandList extends Object implements Serializable
A list of commands evaluated in sequence by the evaluator.
See Also:
  • Method Details

    • getNumCommands

      public int getNumCommands()
      number of commands in list.
    • getFinalType

      public int getFinalType()
      The return type of argument.
    • toString

      public String toString()
      converts list to a string.
      Overrides:
      toString in class Object
    • getDimsOfResult

      public Dimensions getDimsOfResult()
      The dimensions of the result
    • getCommand

      public MrpCommandList.MrpCommand getCommand(int i)
      Gets a command
      Parameters:
      i - index of command in sequence
      Returns:
      the command
      Since:
      Jep 4.0/Extensions 2.1