Curator: Curator

Description Usage Arguments Format Details Author(s)

Description

Curator Class responsible for building, validating and executing queries into objects that manage history or states of other objects. Concretely, this class manages queries into Historian and StateManager objects.

Usage

1

Arguments

className

Character string containing the class to which the query objects belong.

objectName

Character string containing the name of the object being queried.

dateFrom

ISO or 8601 formatted date indicating the date from which data should be returned.

dateTo

ISO or 8601 formatted date indicating the date to which data should be returned.

lastN

Numeric indicating the last N minutes, hours, days weeks or months for which data should be returned. Values will be rounded to nearest integer.

unit

Character string indicating the unit of time associated with the lastN variable. Valid values include c("min", "hour", "day", "week", "month")

Format

An object of class R6ClassGenerator of length 24.

Details

Curator Methods: The Curator methods are as follows:

Getter/Setter Methods: The query can be built, parameter at a time with the following getter/setter methods

Author(s)

John James, jjames@DataScienceSalon.org


j2scode/nlpStudio documentation built on May 9, 2019, 12:54 p.m.