Public methods
Method new()
Usage
Frequency$new(name = NULL, ...)
Method toJSON()
Usage
Frequency$toJSON()
Method fromJSON()
Usage
Frequency$fromJSON(FrequencyJson)
Method toJSONString()
Usage
Frequency$toJSONString()
Method fromJSONString()
Usage
Frequency$fromJSONString(FrequencyJson)
Method clone()
The objects of this class are cloneable with this method.
Usage
Frequency$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.