public abstract class SolveStepCommand extends SimpleCommand
SimpleCommand
that specifes a function that is one step in the operations that calculate the data for the measures of an MdmCube
. The methods of a SolveStepCommand
return information about the function.Modifier and Type | Method and Description |
---|---|
FunctionArgument[] |
getArguments()
Gets the arguments for the function specified by the
SolveStepCommand . |
FunctionDescriptor |
getFunctionDescriptor()
Gets the
FunctionDescriptor for the function that the SolveStepCommand specifies. |
java.lang.String |
getFunctionName()
Gets the name of the function that the
SolveStepCommand specifies. |
equals, equals, fromSyntax, fromSyntax, fromSyntax, fromSyntax, fromSyntax, isValid, toSyntax, toSyntax, toSyntax, toSyntax, toSyntax, toSyntax, visit
public FunctionArgument[] getArguments()
SolveStepCommand
.FunctionArgument
objects of the SolveStepCommand
.public FunctionDescriptor getFunctionDescriptor()
FunctionDescriptor
for the function that the SolveStepCommand
specifies.FunctionDescriptor
for the function of the SolveStepCommand
.public java.lang.String getFunctionName()
SolveStepCommand
specifies.String
that contains the name of the function of the SolveStepCommand
.