Accessor functions for the 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) |
modules(object, hidden = FALSE)# S4 method for .simList
modules(object, hidden = FALSE)
modules(object) <- value
# S4 method for .simList
modules(object) <- value
depends(object)
# S4 method for .simList
depends(object)
depends(object) <- value
# S4 method for .simList
depends(object) <- value
A simList
simulation object.
Logical. If TRUE, show the default core modules.
The object to be stored at the slot.
Returns or sets the value of the slot from the simList
object.
Currently, only get and set methods are defined. Subset methods are not.
SpaDES
, specifically the section 1.2.7 on Modules and dependencies.
Other functions to access elements of a simList
object: .addDepends
,
doEvent.checkpoint
, envir
,
events
, globals
,
inputs
, ls.simList
,
ls.str.simList
, objs
,
packages
, params
,
paths
, progressInterval
,
times