@Deprecated public class InvocationObject extends Object
| Modifier and Type | Field and Description | 
|---|---|
| String | moduleCalledDeprecated.  | 
| ArrayList<ParameterObject> | parameterObjectsDeprecated.  | 
| Constructor and Description | 
|---|
| InvocationObject(String moduleCalled)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addParameter(String param,
            Class<?> type,
            Object value)Deprecated.  | 
public String moduleCalled
public ArrayList<ParameterObject> parameterObjects
public InvocationObject(String moduleCalled)
Copyright © 2009–2022 SciJava. All rights reserved.