Skip to contents

SubarrayPartitionerCurrent Class

Format

An R6Class generator object

Public fields

subarray

Subarray [optional]

start

integer [optional]

end

integer [optional]

splitMultiRange

character [optional]

Methods


Method new()

Usage

SubarrayPartitionerCurrent$new(
  subarray = NULL,
  start = NULL,
  end = NULL,
  splitMultiRange = NULL,
  ...
)


Method toJSON()

Usage

SubarrayPartitionerCurrent$toJSON()


Method fromJSON()

Usage

SubarrayPartitionerCurrent$fromJSON(SubarrayPartitionerCurrentJson)


Method toJSONString()

Usage

SubarrayPartitionerCurrent$toJSONString()


Method fromJSONString()

Usage

SubarrayPartitionerCurrent$fromJSONString(SubarrayPartitionerCurrentJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

SubarrayPartitionerCurrent$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.