Learn R Programming

RDML (version 1.1)

reactIdType: reactIdType R6 class.

Description

Contains identificator for reactType. Inherits: rdmlBaseType.

Arguments

Format

An R6Class generator object.

Initialization

reactIdType$new(id)

@section Fields:

id

checkCount. Identificator.

Super classes

RDML::rdmlBaseType -> RDML::idType -> reactIdType

Methods

Inherited methods


Method new()

Usage

reactIdType$new(id)


Method clone()

The objects of this class are cloneable with this method.

Usage

reactIdType$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.