public class MWInvokeRequest<T>
extends java.lang.Object
Constructor and Description |
---|
MWInvokeRequest(java.lang.String MLFunction,
java.lang.Class<T> targetType)
Constructs an instance from the String which must be a valid deployed MATLAB function.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object[] |
getInputParams()
Returns the input parameters.
|
java.lang.String |
getMLFunction()
Returns the MATLAB function name.
|
int |
getNargout()
Returns the number of output arguments.
|
java.lang.Class<T> |
getTargetType()
Returns the targetType of this request.
|
void |
setInputParams(java.lang.Object... inputs)
Sets the input parameters to the MATLAB function.
|
void |
setNargout(int nargout)
Sets number of output arguments expected from the MATLAB request.
|
public MWInvokeRequest(java.lang.String MLFunction, java.lang.Class<T> targetType)
public java.lang.String getMLFunction()
public java.lang.Class<T> getTargetType()
public int getNargout()
public java.lang.Object[] getInputParams()
public void setNargout(int nargout)
public void setInputParams(java.lang.Object... inputs)
Copyright 2010-2016 The MathWorks, Inc.