|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ScheduleBase.Order | |
|---|---|
| uchicago.src.sim.engine | |
| Uses of ScheduleBase.Order in uchicago.src.sim.engine |
|---|
| Fields in uchicago.src.sim.engine declared as ScheduleBase.Order | |
|---|---|
static ScheduleBase.Order |
ScheduleBase.CONCURRENT
An action marked as CONCURRENT will occur at some point during a tick. |
static ScheduleBase.Order |
ScheduleBase.LAST
An action marked as LAST will occur at the end of a tick, after those marked CONCURRENT or RANDOM. |
static ScheduleBase.Order |
ScheduleBase.RANDOM
RANDOM is just a more explanatory synonym for CONCURRENT. |
| Methods in uchicago.src.sim.engine with parameters of type ScheduleBase.Order | |
|---|---|
BasicAction |
ScheduleBase.scheduleActionAt(double at,
BasicAction action,
ScheduleBase.Order order)
Schedules the specified BasicAction to occur at the specified clock tick in the specified order. |
protected BasicAction |
ScheduleBase.scheduleActionAt(double at,
BasicAction action,
ScheduleBase.Order order,
double duration)
Schedules the specified BasicAction to occur at the specified clock tick in the specified order. |
BasicAction |
ScheduleBase.scheduleActionAt(double at,
java.util.List list,
java.lang.Class superClass,
java.lang.String methodName,
ScheduleBase.Order order)
Schedules the execution of the specified method on every object in the specified List to occur at the specified clock tick in the specified order. |
protected BasicAction |
ScheduleBase.scheduleActionAt(double at,
java.util.List list,
java.lang.Class superClass,
java.lang.String methodName,
ScheduleBase.Order order,
double duration)
Schedules the execution of the specified method on every object in the specified List to occur at the specified clock tick in the specified order. |
BasicAction |
ScheduleBase.scheduleActionAt(double at,
java.util.List list,
java.lang.String methodName,
ScheduleBase.Order order)
Schedules the execution of the specified method on every object in the specified List to occur at the specified clock tick in the specified order. |
protected BasicAction |
ScheduleBase.scheduleActionAt(double at,
java.util.List list,
java.lang.String methodName,
ScheduleBase.Order order,
double duration)
Schedules the execution of the specified method on every object in the specified List to occur at the specified clock tick in the specified order. |
BasicAction |
ScheduleBase.scheduleActionAt(double at,
java.lang.Object o,
java.lang.String methodName,
ScheduleBase.Order order)
Schedules the execution of the specified method on the specified object to occur at the specified clock tick in the specified order. |
protected BasicAction |
ScheduleBase.scheduleActionAt(double at,
java.lang.Object o,
java.lang.String methodName,
ScheduleBase.Order order,
double duration)
Schedules the execution of the specified method on the specified object to occur at the specified clock tick in the specified order. |
BasicAction |
ScheduleBase.scheduleActionAtInterval(double interval,
BasicAction action,
ScheduleBase.Order order)
Schedule the specified BasicAction to execute at the specified interval, (e.g. every 3 clock ticks) in the specified order. |
protected BasicAction |
ScheduleBase.scheduleActionAtInterval(double interval,
BasicAction action,
ScheduleBase.Order order,
double duration)
Schedule the specified BasicAction to execute at the specified interval, (e.g. every 3 clock ticks) in the specified order. |
BasicAction |
ScheduleBase.scheduleActionAtInterval(double interval,
java.util.List list,
java.lang.Class superClass,
java.lang.String methodName,
ScheduleBase.Order order)
Schedules the execution of the specified method on every object in the specified List to occur at the specified interval (e.g. every three clock ticks) in the specified order. |
protected BasicAction |
ScheduleBase.scheduleActionAtInterval(double interval,
java.util.List list,
java.lang.Class superClass,
java.lang.String methodName,
ScheduleBase.Order order,
double duration)
Schedules the execution of the specified method on every object in the specified List to occur at the specified interval (e.g. every three clock ticks) in the specified order. |
BasicAction |
ScheduleBase.scheduleActionAtInterval(double interval,
java.util.List list,
java.lang.String methodName,
ScheduleBase.Order order)
Schedules the execution of the specified method on every object in the specified List to occur at the specified interval. |
protected BasicAction |
ScheduleBase.scheduleActionAtInterval(double interval,
java.util.List list,
java.lang.String methodName,
ScheduleBase.Order order,
double duration)
Schedules the execution of the specified method on every object in the specified List to occur at the specified interval. |
BasicAction |
ScheduleBase.scheduleActionAtInterval(double interval,
java.lang.Object o,
java.lang.String methodName,
ScheduleBase.Order order)
Schedules the execution of the specified method on the specified object at the specified interval, (e.g. every 3 clock ticks) in the specified order. |
protected BasicAction |
ScheduleBase.scheduleActionAtInterval(double interval,
java.lang.Object o,
java.lang.String methodName,
ScheduleBase.Order order,
double duration)
Schedules the execution of the specified method on the specified object at the specified interval, (e.g. every 3 clock ticks) in the specified order. |
BasicAction |
ScheduleBase.scheduleActionAtIntervalRnd(double interval,
java.util.List list,
java.lang.Class superClass,
java.lang.String methodName,
ScheduleBase.Order order)
Schedules the execution of the specified method on every object in the specified List to occur at the specified interval (e.g. every three clock ticks) in the specified order. |
protected BasicAction |
ScheduleBase.scheduleActionAtIntervalRnd(double interval,
java.util.List list,
java.lang.Class superClass,
java.lang.String methodName,
ScheduleBase.Order order,
double duration)
Schedules the execution of the specified method on every object in the specified List to occur at the specified interval (e.g. every three clock ticks) in the specified order. |
BasicAction |
ScheduleBase.scheduleActionAtIntervalRnd(double interval,
java.util.List list,
java.lang.String methodName,
ScheduleBase.Order order)
Schedules the execution of the specified method on every object in the specified List to occur at the specified interval. |
protected BasicAction |
ScheduleBase.scheduleActionAtIntervalRnd(double interval,
java.util.List list,
java.lang.String methodName,
ScheduleBase.Order order,
double duration)
Schedules the execution of the specified method on every object in the specified List to occur at the specified interval. |
BasicAction |
ScheduleBase.scheduleActionAtRnd(double at,
java.util.List list,
java.lang.Class superClass,
java.lang.String methodName,
ScheduleBase.Order order)
Schedules the execution of the specified method on every object in the specified List to occur at the specified clock tick in the specified order. |
BasicAction |
ScheduleBase.scheduleActionAtRnd(double at,
java.util.List list,
java.lang.Class superClass,
java.lang.String methodName,
ScheduleBase.Order order,
double duration)
Schedules the execution of the specified method on every object in the specified List to occur at the specified clock tick in the specified order. |
BasicAction |
ScheduleBase.scheduleActionAtRnd(double at,
java.util.List list,
java.lang.String methodName,
ScheduleBase.Order order)
Schedules the execution of the specified method on every object in the specified List to occur at the specified clock tick in the specified order. |
protected BasicAction |
ScheduleBase.scheduleActionAtRnd(double at,
java.util.List list,
java.lang.String methodName,
ScheduleBase.Order order,
double duration)
Schedules the execution of the specified method on every object in the specified List to occur at the specified clock tick in the specified order. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||