Class MrpCommandList
- java.lang.Object
-
- com.singularsys.extensions.fastmatrix.MrpCommandList
-
- All Implemented Interfaces:
java.io.Serializable
public final class MrpCommandList extends java.lang.Object implements java.io.SerializableA list of commands evaluated in sequence by the evaluator.- See Also:
MrpEval, Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMrpCommandList.MrpCommandData type for the command string
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MrpCommandList.MrpCommandgetCommand(int i)Gets a commandDimensionsgetDimsOfResult()The dimensions of the resultintgetFinalType()The return type of argument.intgetNumCommands()number of commands in list.java.lang.StringtoString()converts list to a string.
-
-
-
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:
toStringin classjava.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
-
-