Class MrpCommandList

  • All Implemented Interfaces:
    java.io.Serializable

    public final class MrpCommandList
    extends java.lang.Object
    implements java.io.Serializable
    A list of commands evaluated in sequence by the evaluator.
    See Also:
    MrpEval, Serialized Form
    • Method Detail

      • getNumCommands

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

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

        public java.lang.String toString()
        converts list to a string.
        Overrides:
        toString in class java.lang.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