uchicago.src.sim.engine
Class SimAction
java.lang.Object
|
+--uchicago.src.sim.engine.BasicAction
|
+--uchicago.src.sim.engine.SimAction
Deprecated. No longer used now that bytecode is generated directly.
- public class SimAction
- extends BasicAction
A simple BasicAction that wraps a Method and an Object, and provides a
execute() to call that Method on that Object.
|
Constructor Summary |
SimAction(Object object,
Method method)
Deprecated. Constructs a SimAction from the specified Object and Method. |
|
Method Summary |
void |
execute()
Deprecated. Executes this SimAction (i.e. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimAction
public SimAction(Object object,
Method method)
- Deprecated.
- Constructs a SimAction from the specified Object and Method.
- Parameters:
object - the object on which to call the Method.method - the Method to call.
execute
public void execute()
- Deprecated.
- Executes this SimAction (i.e. invokes a Method on an Object)
- Specified by:
execute in class BasicAction
Bug reports and feature requests to RePast