Skip to contents

Domain Class

Format

An R6Class generator object

Public fields

type

Datatype

tileOrder

Layout

cellOrder

Layout

dimensions

list( Dimension )

Methods


Method new()

Usage

Domain$new(type, tileOrder, cellOrder, dimensions, ...)


Method toJSON()

Usage

Domain$toJSON()


Method fromJSON()

Usage

Domain$fromJSON(DomainJson)


Method toJSONString()

Usage

Domain$toJSONString()


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.