MappingFactor: MappingFactor

MappingFactorR Documentation

MappingFactor

Description

MappingFactor

MappingFactor

Format

R6Class object, super class Factor.

Super classes

tercenApi::Base -> tercenApi::Factor -> MappingFactor

Public fields

name

of type String inherited from super class Factor.

type

of type String inherited from super class Factor.

isSingle

of type bool.

description

of type String.

factorName

of type String.

isRequired

of type bool.

factors

list of class Factor.

Active bindings

name

of type String inherited from super class Factor.

type

of type String inherited from super class Factor.

Methods

Public methods

Inherited methods

Method new()

Usage
MappingFactor$new(json = NULL)

Method init()

Usage
MappingFactor$init()

Method initJson()

Usage
MappingFactor$initJson(json)

Method toTson()

Usage
MappingFactor$toTson()

Method clone()

The objects of this class are cloneable with this method.

Usage
MappingFactor$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


tercen/teRcenApi documentation built on June 1, 2025, 8:15 p.m.