Class MrpCommandList
java.lang.Object
com.singularsys.extensions.fastmatrix.MrpCommandList
- All Implemented Interfaces:
Serializable
A list of commands evaluated in sequence by the evaluator.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classData type for the command string -
Method Summary
Modifier and TypeMethodDescriptiongetCommand(int i) Gets a commandThe dimensions of the resultintThe return type of argument.intnumber of commands in list.toString()converts list to a string.
-
Method Details
-
getNumCommands
public int getNumCommands()number of commands in list. -
getFinalType
public int getFinalType()The return type of argument. -
toString
converts list to a string. -
getDimsOfResult
The dimensions of the result -
getCommand
Gets a command- Parameters:
i- index of command in sequence- Returns:
- the command
- Since:
- Jep 4.0/Extensions 2.1
-