Abstract super class to establish the flow of Pipes.
new()
Creates a GenericPipeline
object.
GenericPipeline$new()
execute()
Function where is implemented the flow of the
GenericPipes
.
GenericPipeline$execute(instance)
instance
A Instance
value. The Instance
that is going to be processed.
The preprocessed Instance
.
get()
Gets a list with containing the set of GenericPipes
of the pipeline.
GenericPipeline$get()
The set of GenericPipes
containing the pipeline.
This function allows to set a place to define a character
representation of the structure of a pipeline.
GenericPipeline
character
representation
clone()
The objects of this class are cloneable with this method.
GenericPipeline$clone(deep = FALSE)
deep
Whether to make a deep clone.
bdpar.log
, DefaultPipeline
,
DynamicPipeline
, Instance
,
GenericPipe
, %>|%