openmi.om.runtimeController: The base class for meta-model simulation control.

openmi.om.runtimeControllerR Documentation

The base class for meta-model simulation control.

Description

Class providing a runnable model controller

Details

Will iterate through time steps from model timer start to end time, executing all child components

Value

R6 class of type openmi.om.runtimeController

Super classes

openmi.om::openmi.om.base -> openmi.om::openmi.om.linkableComponent -> openmi.om.runtimeController

Methods

Public methods

Inherited methods

Method new()

create controller

Usage
openmi.om.runtimeController$new()
Returns

R6 class


Method checkRunVars()

Usage
openmi.om.runtimeController$checkRunVars()
Returns

boolean if model variables are sufficient to run


Method run()

Usage
openmi.om.runtimeController$run()
Returns

NA


Method update()

Usage
openmi.om.runtimeController$update()
Returns

NA


Method init()

Usage
openmi.om.runtimeController$init()
Returns

NA


Method clone()

The objects of this class are cloneable with this method.

Usage
openmi.om.runtimeController$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

See Also

NA

Examples

NA

HARPgroup/openmi-om documentation built on March 4, 2023, 6:56 p.m.