RePast
v. 2.0

uchicago.src.reflector
Class StringArgInvoker

java.lang.Object
  |
  +--uchicago.src.reflector.Invoker
        |
        +--uchicago.src.reflector.StringArgInvoker

public class StringArgInvoker
extends Invoker


Constructor Summary
StringArgInvoker(Object o, Method m, String param)
           
 
Method Summary
protected  void invoke()
           
 
Methods inherited from class uchicago.src.reflector.Invoker
check, execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringArgInvoker

public StringArgInvoker(Object o,
                        Method m,
                        String param)
Method Detail

invoke

protected void invoke()
               throws InvocationTargetException,
                      IllegalAccessException
Specified by:
invoke in class Invoker
InvocationTargetException
IllegalAccessException

RePast
v. 2.0

Bug reports and feature requests to RePast