uchicago.src.sim.engine
Class SimListAction
java.lang.Object
|
+--uchicago.src.sim.engine.BasicAction
|
+--uchicago.src.sim.engine.SimListAction
Deprecated. No longer needed due to direct bytecode generation of BasicActions.
- public class SimListAction
- extends BasicAction
A BasicAction that wraps a list of objects and a Method, and allows for the
invocation of that Method on all the Objects in the List.
|
Constructor Summary |
SimListAction(ArrayList list,
Method method)
Deprecated. Constructs a SimListAction from the specified list and specified Method. |
|
Method Summary |
void |
execute()
Deprecated. Executes this SimListAction (invokes a Method on all the Objects in a
a List). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimListAction
public SimListAction(ArrayList list,
Method method)
- Deprecated.
- Constructs a SimListAction from the specified list and specified Method.
- Parameters:
list - the list of objects on which to call the Method.method - the Method to call
execute
public void execute()
- Deprecated.
- Executes this SimListAction (invokes a Method on all the Objects in a
a List).
- Specified by:
execute in class BasicAction
Bug reports and feature requests to RePast