GenericPipeline {bdpar} | R Documentation |
Abstract super class implementing the pipelining process
Description
Abstract super class to establish the flow of Pipes.
Methods
Public methods
Method new()
Creates a GenericPipeline
object.
Usage
GenericPipeline$new()
Method execute()
Function where is implemented the flow of the
GenericPipes
.
Usage
GenericPipeline$execute(instance)
Arguments
Returns
The preprocessed Instance
.
Method get()
Gets a list with containing the set of GenericPipes
of the pipeline.
Usage
GenericPipeline$get()
Returns
The set of GenericPipes
containing the pipeline.
Method toString()
Returns a character
representing the pipeline.
Usage
GenericPipeline$toString()
Details
This function allows to set a place to define a character
representation of the structure of a pipeline.
Returns
GenericPipeline
character
representation
Method clone()
The objects of this class are cloneable with this method.
Usage
GenericPipeline$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
See Also
bdpar.log
, DefaultPipeline
,
DynamicPipeline
, Instance
,
GenericPipe
, %>|%
[Package bdpar version 3.1.0 Index]