Description Objects from the Class Slots Methods Author(s) References
Stores the history of an SBML model, including the created/modified dates and the creators.
Objects can be created by calls of the form new("ModelHistory", ...)
.
createdDate
:Object of class "character"
representing the date/time of creation, in W3CDTF format:
YYYY-MM-DDThh:mm:ssTZD
, e.g. "1997-07-16T19:20:30+01:00".
modifiedDate
:Object of class "character"
representing the date/time of last modification, in W3CDTF format:
YYYY-MM-DDThh:mm:ssTZD
, e.g. "1997-07-16T19:20:30+01:00".
creators
:Object of class "list"
of instances
of ModelCreator
, one for each creator of the model.
signature(object = "ModelHistory")
:
get the createdDate
slot.
signature(object = "ModelHistory", value =
"character")
: Set the createdDate
slot to a correctly
formatted string.
signature(object = "ModelHistory", value =
"POSIXt")
: Set the createdDate
slot with a
POSIXt
instance, obtained e.g. from
Sys.time
.
signature(object = "ModelHistory")
: gets the
creators
slot.
signature(object = "ModelHistory")
: sets
the creators
slot.
signature(object = "ModelHistory")
:
get the modifiedDate
slot.
signature(object = "ModelHistory", value =
"character")
: Set the modifiedDate
slot to a correctly
formatted string.
signature(object = "ModelHistory", value =
"POSIXt")
: Set the modifiedDate
slot with a
POSIXt
instance, obtained e.g. from
Sys.time
.
Michael Lawrence
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.