Asset: Asset class

Description Format Construction Fields Methods

Description

An Asset represents physical objects such as buildings and vehicles that can be owned/rent/belong by or to agents of the Agent sub classes. For example, Household agents own or rent residential buildings.

Format

R6::R6Class object inheriting from Entity.

Construction

1
x <- Asset$new(.data, id_col, owner = NULL)

Stores .data as a DataBackend object inside the object's list of data (private$.data) and registers the id_col (private$.id_col).

Fields

NULL

Methods


dymium-org/dymiumCore documentation built on July 18, 2021, 5:10 p.m.