TargetAssigningPipe: Class to get the target of the instance

Description Usage Arguments Format Details Inherit Methods Private fields See Also

Description

This class allows searching in the path the target of the instance.

Usage

1
2
3
4
5
TargetAssigningPipe$new(targets = list("ham","spam"),
                        targetsName = list("_ham_","_spam_"),
                        propertyName = "target",
                        alwaysBeforeDeps = list(),
                        notAfterDeps = list())

Arguments

targets

(list) Name of the targets property.

targetsName

(list) The name of folders.

propertyName

(character) Name of the property associated with the pipe.

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

The targets that are searched can be controlled through the constructor of the class where targetsName will be the string that is searched within the path and targets has the values that the property can take.

Inherit

This class inherits from PipeGeneric and implements the pipe abstract function.

Methods

Private fields

See Also

PipeGeneric, Instance


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