ModelCreator-class {rsbml} | R Documentation |
Information, such as name, email and organization, about a creator of an SBML model.
Objects can be created by calls of the form new("ModelCreator", ...)
.
familyName
:Object of class "character"
specifying
the family name of the creator.
givenName
:Object of class "character"
specifying
the given name of the creator.
email
:Object of class "character"
specifying
the email address of the creator.
organization
:Object of class "character"
specifying the name of the organization to which the creator belongs.
signature(object = "ModelCreator")
: gets the email
slot.
signature(object = "ModelCreator")
: sets the email<-
slot.
signature(object = "ModelCreator")
: gets the familyName
slot.
signature(object = "ModelCreator")
: sets the familyName<-
slot.
signature(object = "ModelCreator")
: gets the givenName
slot.
signature(object = "ModelCreator")
: sets the givenName<-
slot.
signature(object = "ModelCreator")
: gets the organization
slot.
signature(object = "ModelCreator")
: sets the organization<-
slot.
Michael Lawrence