An R6Class
generator object
Methods
Method new()
Usage
Domain$new(type, tileOrder, cellOrder, dimensions, ...)
Method fromJSON()
Usage
Domain$fromJSON(DomainJson)
Method fromJSONString()
Usage
Domain$fromJSONString(DomainJson)
Method clone()
The objects of this class are cloneable with this method.
Usage
Domain$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.