RePast
v. 2.0

uchicago.src.reflector
Class InvokerFactory

java.lang.Object
  |
  +--uchicago.src.reflector.InvokerFactory

public class InvokerFactory
extends Object

Creates Invoker classes according to the Class type passed in.


Constructor Summary
InvokerFactory()
           
 
Method Summary
static Invoker createInvoker(Class paramType, Object o, Method m, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvokerFactory

public InvokerFactory()
Method Detail

createInvoker

public static Invoker createInvoker(Class paramType,
                                    Object o,
                                    Method m,
                                    Object value)
                             throws IllegalArgumentException
IllegalArgumentException

RePast
v. 2.0

Bug reports and feature requests to RePast