Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

ppProc-class

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

Examples

showClass("ppProc")

sybil

Efficient Constrained Based Modelling

v2.1.5
GPL-3 | file LICENSE
Authors
Mayo Roettger [cre], Gabriel Gelius-Dietrich [aut], C. Jonathan Fritzemeier [ctb], Rajen Piernikarczyk [ctb], Marc Andre Daxer [ctb], Benjamin Braasch [ctb], Abdelmoneim Desouki [ctb], Martin J. Lercher [ctb]
Initial release
2019-03-07

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.