@Deprecated public class InvocationObject extends Object
Modifier and Type | Field and Description |
---|---|
String |
moduleCalled
Deprecated.
|
ArrayList<ParameterObject> |
parameterObjects
Deprecated.
|
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 © 2015–2022 SciJava. All rights reserved.