LapplyState-class: Class '"LapplyState"'

Description Extends Fields Methods Author(s) See Also Examples

Description

This class is the base class for classes reflecting different stages of the parallelization process: probing and running.

Extends

All reference classes extend and inherit methods from "envRefClass".

Fields

sequence:

Current sequence number of Apply calls.

depth:

Current nesting level of Apply calls.

runMode:

Currently running?

probeMode:

Currently probing?

max_depth:

Maxmimum of nesting to be considered.

Methods

setMax_depth(value):

Accessor method.

getMax_depth():

Accessor method.

setProbeMode(value):

Accessor method.

getProbeMode():

Accessor method.

setRunMode(value):

Accessor method.

getRunMode():

Accessor method.

setDepth(value):

Accessor method.

getDepth():

Accessor method.

setSequence(value):

Accessor method.

getSequence():

Accessor method.

isEqualTo(s):

Compare to other state for equalness.

sequenceDec():

Advance sequence number.

sequenceInc():

Un-advance sequence number.

depthDec():

Transition to deeper nesting level.

depthInc():

Transition to shallower nesting level.

initialize(...):

Initialize object.

Author(s)

Stefan Böhringer <r-packages@s-boehringer.org>

See Also

LapplyExecutionState-class, LapplyRunState-class

Examples

1
showClass("LapplyState")

parallelize.dynamic documentation built on May 2, 2019, 3:45 a.m.