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
:"character"
specifying
the family name of the creator. givenName
:"character"
specifying
the given name of the creator. email
:"character"
specifying
the email address of the creator. organization
:"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