A simulation is a set of references to simulator objects that have been saved to file. The DrawsRef, OutputRef, and EvalsRef objects are organized by model into separate lists.
Details
When a reference ref is added to a simulation sim, ref@dir is changed so that the referenced file is located at file.path(sim@dir, ref@dir).
Slots
name
a short name identifier. Must be an alphanumeric (but can also have - or _ within
label
a longer, human readable label that can have other characters such as spaces, hyphens, etc.
dir
name of the directory where directory named "files" exists.
model_refs
a list of
ModelRef
objectsdraws_refs
a list of lists of
DrawsRef
objectsoutput_refs
a list of lists of
OutputRef
objectsevals_refs
a list of lists of
EvalsRef
objects