An S4 class to store the model objects.
Slots
name
character. Name of the repository.
desc
character, short desc of the purpose or content of the repository.
data
list of repositories with objects of permitted classes. All names of objects (`object@name`) must be unique.
permit
character vector with names of classes permitted to store in the repository.
misc
list, any additional data or information to store in the object.
See also
Other repository:
add,repository-method
,
newRepository()