An S4 class to represent model
Slots
namecharacter. Name of the model object, for reference, also used in scenario path-functions.
desccharacter. Description of the model object, for own references.
datarepository or list. A named list of model objects to interpolate and pass to the solver. Use the
repositoryclass to add objects to the model, or a list of model objects directly.configconfig. Configuration object with the default model settings.
misclist. Any additional data or information to store in the object.
