Last data update: 2014.03.03

R: SBML Type "ModelCreator"
ModelCreator-classR Documentation

SBML Type "ModelCreator"

Description

Information, such as name, email and organization, about a creator of an SBML model.

Objects from the Class

Objects can be created by calls of the form new("ModelCreator", ...).

Slots

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.

Methods

email

signature(object = "ModelCreator"): gets the email slot.

email<-

signature(object = "ModelCreator"): sets the email<- slot.

familyName

signature(object = "ModelCreator"): gets the familyName slot.

familyName<-

signature(object = "ModelCreator"): sets the familyName<- slot.

givenName

signature(object = "ModelCreator"): gets the givenName slot.

givenName<-

signature(object = "ModelCreator"): sets the givenName<- slot.

organization

signature(object = "ModelCreator"): gets the organization slot.

organization<-

signature(object = "ModelCreator"): sets the organization<- slot.

Author(s)

Michael Lawrence

References

http://sbml.org/documents/

Results