Package org.scijava.script
Class InvocationObject
- java.lang.Object
-
- org.scijava.script.InvocationObject
-
@Deprecated public class InvocationObject extends Object
Deprecated.To be removed in SciJava Common 3.0.0.Holds a module or plugin reference that was invoked in a macro recording, and the parameters that were passed to it.- Author:
- Grant Harris
-
-
Field Summary
Fields Modifier and Type Field Description StringmoduleCalledDeprecated.ArrayList<ParameterObject>parameterObjectsDeprecated.
-
Constructor Summary
Constructors Constructor Description InvocationObject(String moduleCalled)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidaddParameter(String param, Class<?> type, Object value)Deprecated.
-
-
-
Field Detail
-
moduleCalled
public String moduleCalled
Deprecated.
-
parameterObjects
public ArrayList<ParameterObject> parameterObjects
Deprecated.
-
-
Constructor Detail
-
InvocationObject
public InvocationObject(String moduleCalled)
Deprecated.
-
-