org.scijava.script
Class InvocationObject

java.lang.Object
  extended by 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

Field Summary
 String moduleCalled
           
 ArrayList<ParameterObject> parameterObjects
           
 
Constructor Summary
InvocationObject(String moduleCalled)
           
 
Method Summary
 void addParameter(String param, Class<?> type, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

moduleCalled

public String moduleCalled

parameterObjects

public ArrayList<ParameterObject> parameterObjects
Constructor Detail

InvocationObject

public InvocationObject(String moduleCalled)
Method Detail

addParameter

public void addParameter(String param,
                         Class<?> type,
                         Object value)


Copyright © 2009–2015 SciJava. All rights reserved.