public class MWInvokeRequest<T> extends Object
| Constructor and Description |
|---|
MWInvokeRequest(String MLFunction,
Class<T> targetType)
Constructs an instance from the String which must be a valid deployed MATLAB function.
|
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getInputParams()
Returns the input parameters.
|
String |
getMLFunction()
Returns the MATLAB function name.
|
int |
getNargout()
Returns the number of output arguments.
|
Class<T> |
getTargetType()
Returns the targetType of this request.
|
void |
setInputParams(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 String getMLFunction()
public int getNargout()
public Object[] getInputParams()
public void setNargout(int nargout)
public void setInputParams(Object... inputs)
Copyright © 2015–2024. All rights reserved.