An object typically holding observed data
Super classes
ospsuite.utils::Printable
-> ospsuite::DotNetWrapper
-> DataRepository
Active bindings
name
The name of the object.
baseGrid
Returns the base column for the data repository (typically time column).
columns
Returns all columns (including baseGrid) defined in the data repository.
allButBaseGrid
Returns all columns excluding baseGrid defined on the data repository.
metaData
Returns a named list of meta data defined for the data repository. where the name is the name of the metaData and the value is the meta data value.
Methods
Method new()
Initialize a new instance of the class
Usage
DataRepository$new(ref = NULL)
Method print()
Print the object to the console
Method addMetaData()
Adds a new entry to meta data list or changes its value if the name is already present.