UpDraftComponentInterface: UpDraft Component Interface

Description Usage Format Contracted Methods

Description

Defines the interface for all component objects in updraft. Component objects are any object associated with a workflow.

Usage

1

Format

An object of class R6ClassGenerator of length 24.

Contracted Methods

errorCheck(executionCheck = FALSE, ...)

Determines if internal state contains erroneous values. When executionCheck is set to TRUE, runs additional checks to check if ready for execution. ... is for additional info that is required to run error checking for a particular component.

getName()

Returns the string character that identifies this component.

getSaveInfo()

Returns a list of attributes that is a copy of the internal state of this component.


UptakeOpenSource/updraft documentation built on Oct. 17, 2019, 3:31 p.m.