ComponentBenchmark Class
An R6Class
generator object
id
character [optional]
name
character [optional]
holdingsmode
character [optional]
new()
ComponentBenchmark$new(id = NULL, name = NULL, holdingsmode = NULL, ...)
toJSON()
ComponentBenchmark$toJSON()
fromJSON()
ComponentBenchmark$fromJSON(ComponentBenchmarkJson)
toJSONString()
ComponentBenchmark$toJSONString()
fromJSONString()
ComponentBenchmark$fromJSONString(ComponentBenchmarkJson)
clone()
The objects of this class are cloneable with this method.
ComponentBenchmark$clone(deep = FALSE)
deep
Whether to make a deep clone.