sysBiolAlg
, in particular for the
constructor method initialize
.promptSysBiolAlg(algorithm, prefix = "sysBiolAlg", sep = "_",
suffix = "R", fpath = ".", ...)
"sysBiolAlg"
.prefix
and
algorithm
.
Default: "_"
."R"
....
.file
.NULL
invisible.prefix
algorithm
are stick together separated by
sep
(default: a single underscore "_"
) to get the new classname:
prefix_algorithm
. The filename will be: prefix_algorithmClass.R
.
The class definition in the new file will extend class
sysBiolAlg
directly and will not add any
slots. Additionally a skeletal structure for method initialize
will be generated. In this method, the user should create all arguments to
the initialize
method described in the base class
sysBiolAlg
and put them all to
callNextMethod
. Or, alternatively, generate an instance of
class optObj
sysBiolAlg