public class LidarWorkflowExecute extends java.lang.Object
| Constructor and Description |
|---|
LidarWorkflowExecute() |
| Modifier and Type | Method and Description |
|---|---|
void |
_log(java.lang.String log) |
java.lang.String |
execute(java.lang.String modelURL,
java.util.Map inputs)
This method takes a url specifying the model to be execute.
|
java.lang.String |
executeModel(CompositeActor model)
This method takes model argument which is type of CompositeActor.
|
java.lang.String |
executeProcess(java.lang.String modelURL,
java.util.Map inputs) |
java.lang.String |
executeQuery(java.lang.String modelURL,
java.util.Map inputs) |
static void |
main(java.lang.String[] args) |
public LidarWorkflowExecute()
public java.lang.String executeQuery(java.lang.String modelURL, java.util.Map inputs) throws java.lang.Exception
java.lang.Exceptionpublic java.lang.String executeProcess(java.lang.String modelURL, java.util.Map inputs) throws java.lang.Exception
java.lang.Exceptionpublic java.lang.String execute(java.lang.String modelURL, java.util.Map inputs) throws java.lang.Exception
url - The Model url.args - A set of attributes of the specified model.resultLabels - Labels of the returned result.IllegalActionException - If can not parse the url or failed to execute the model.java.lang.Exceptionpublic java.lang.String executeModel(CompositeActor model) throws java.lang.Exception
model - The Model.args - A set of attributes of the specified model.resultLabels - Labels of the returned result.IllegalActionException - If failed to execute the model.java.lang.Exceptionpublic static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exceptionpublic void _log(java.lang.String log)