ppProc-class: Class '"ppProc"'

ppProc-classR Documentation

Class "ppProc"

Description

Structure of the class "ppProc". Objects of that class are returned as part of class optsol when performing pre- or post-processing of an optimization, e.g. in optimizeProb.

Objects from the Class

Objects can be created by calls of the function ppProc:

test <- ppProc(cmd).

cmd:

Object of class "list".

Slots

cmd:

Object of class "list" a character vector or a list of character strings containing pre- or postprocessing commands.

pa:

Object of class "list" return values of the pre- or postprocessing commands. They can be numeric, integer, character, list or of class sybilError.

ind:

Object of class "integer" giving the indices of the optimizations when pre- or postprocessing was performed.

Methods

cmd:

signature(object = "ppProc"): gets the cmd slot.

cmd<-:

signature(object = "ppProc"): sets the cmd slot.

pa:

signature(object = "ppProc"): gets the pa slot.

pa<-:

signature(object = "ppProc"): sets the pa slot.

ind:

signature(object = "ppProc"): gets the ind slot.

ind<-:

signature(object = "ppProc"): sets the ind slot.

Author(s)

Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>

Maintainer: Mayo Roettger <mayo.roettger@hhu.de>

See Also

optimizeProb and optimizer

Examples

  showClass("ppProc")

SysBioChalmers/sybil documentation built on Aug. 24, 2023, 1:08 p.m.