|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuchicago.src.sim.engine.BasicAction
uchicago.src.sim.engine.SimListAction
public class SimListAction
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.
| Field Summary |
|---|
| Fields inherited from class uchicago.src.sim.engine.BasicAction |
|---|
INTERVAL_UPDATER, ONE_TIME_UPDATER, updater |
| Constructor Summary | |
|---|---|
SimListAction(java.util.ArrayList list,
java.lang.reflect.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 uchicago.src.sim.engine.BasicAction |
|---|
addToGroup, getIntervalTime, getName, getNextTime, reSchedule, setIntervalTime, setName, setNextTime |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimListAction(java.util.ArrayList list,
java.lang.reflect.Method method)
list - the list of objects on which to call the Method.method - the Method to call| Method Detail |
|---|
public void execute()
execute in class BasicAction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||