org.scijava.script
Class InvocationObject
java.lang.Object
org.scijava.script.InvocationObject
public class InvocationObject
- extends Object
Holds a module or plugin reference that was invoked in a macro recording, and
the parameters that were passed to it.
- Author:
- Grant Harris
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
moduleCalled
public String moduleCalled
parameterObjects
public ArrayList<ParameterObject> parameterObjects
InvocationObject
public InvocationObject(String moduleCalled)
addParameter
public void addParameter(String param,
Class<?> type,
Object value)
Copyright © 2009–2015 SciJava. All rights reserved.