Object: Construct an object

Description Usage Details Value

View source: R/Object.R

Description

This function should be called at the begining of a constructor function to create an object.

Usage

1

Details

Any object has the methods "define", "definePrivate", "get", "set", "fieldNames", "methodNames", "addMethod", "addPrivateMethod", "extend", "overrideMethod", and "finalize". Some of these methods are removed after finalize() is called. For more details, see http://www.github.com/cartowong/oo.

Value

an object.


cartowong/oo documentation built on May 21, 2019, 2:21 p.m.