clusterModule-class {goCluster} | R Documentation |
This is the central class in goCluster
and is being used to abstract
the configuration and execution of goCluster
-objects.
goCluster
has been created as an object oriented package to
build a modular structure that allows to easily modify and extend the
functionality of the package.
The clusterModule
-class abstracts the configuration and
execution of the different modules.
The config
, setup
, and setup<-
methods can be
used for the module configuration.
The object oriented structure of goCluster
tries to
config
:"list"
. A list of
functions that can be setup
:"list"
~~ execute
:"function"
~~ reset
:"list"
~~ children
:"character"
~~ signature(object = "clusterModule")
: ... signature(object = "clusterModule")
: ... signature(object = "clusterModule")
: ... signature(object = "clusterModule")
: ... signature(object = "clusterModule")
: ... signature(object = "clusterModule")
: ... Gunnar Wrobel, http://www.gunnarwrobel.de.