institution: Class that contains the whole model of an enterprise or...

View source: R/Institution.R

InstitutionR Documentation

Class that contains the whole model of an enterprise or institution.

Description

The class inherits from class Node in package data.tree It contains a hierarchical model structure. The upper level is predefined with the nodes "Active", "Passive" and "Operations".

Usage

institution(name, cashcollect = TRUE, equity = TRUE, Operations = TRUE, ...)

Super class

data.tree::Node -> Institution

Methods

Public methods

Inherited methods

Method clone()

The objects of this class are cloneable with this method.

Usage
Institution$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


wbreymann/FEMS documentation built on Dec. 8, 2022, 9:43 a.m.