PipeGeneric: Super class that handles the general functionalities of the...

Description Usage Arguments Format Details Methods Private fields See Also

Description

Super class that handles the general functionalities of the pipes.

Usage

1
2
3
PipeGeneric$new(propertyName,
                alwaysBeforeDeps,
                notAfterDeps)

Arguments

propertyName

(character) Name of the property.

alwaysBeforeDeps

(list) The dependences alwaysBefore (pipes that must be executed before this one).

notAfterDeps

(list) The dependences notAfter (pipes that cannot be executed after this one).

Format

An object of class R6ClassGenerator of length 24.

Details

Building...

Methods

Private fields

See Also

Instance


miferreiro/bdp4R documentation built on May 20, 2019, 12:59 a.m.