depends and modules slots in a
simList object.
These are included for advanced users.
depends |
| List of simulation module dependencies. (advanced) |
modules |
| List of simulation modules to be loaded. (advanced) |
inputs |
| List of loaded objects used in simulation. (advanced) |
.callingModuleName returns the name of the module that is currently
the active module calling functions like scheduleEvent.
This will only return the module name if it is inside a spades
function call, i.e., it will return NULL if used in interactive mode.
The related function currentModule is simply a rapid accessor for the
current module name. This latter will return the module that is in the current
event queue, which will never be NULL
modules(object)
"modules"(object)
modules(object) <- value
"modules"(object) <- value
depends(object)
"depends"(object)
depends(object) <- value
"depends"(object) <- value
.callingModuleName(object)
".callingModuleName"(object)
currentModule(object)simList simulation object.simList object.
simList-class,
simList-accessors-envir,
simList-accessors-events,
simList-accessors-inout,
simList-accessors-objects,
simList-accessors-params,
simList-accessors-paths,
simList-accessors-times.