Skip to contents

reporting_actor

reporting_actor

Format

R6Class

Value

Object of class R6Class for modelling a reporting actor

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Public fields

id

id

name

name,

type

type

Methods


Method new()

Initializes a reporting sender

Usage

reporting_actor$new(id, name = NULL, type = NULL)

Arguments

id

id

name

name

type

type


Method clone()

The objects of this class are cloneable with this method.

Usage

reporting_actor$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.