resetChanges-methods: Generic Function to Reset Temporary Changes in Objects of...

Description Usage Arguments Value Methods Author(s) See Also

Description

Use method resetChanges to undo changes in objects of class sysBiolAlg made by applyChanges.

Usage

1
2
3
4
5
## S4 method for signature 'sysBiolAlg'
resetChanges(object, old_val)

## S4 method for signature 'sysBiolAlg_room'
resetChanges(object, old_val)

Arguments

object

An object of class sysBiolAlg.

old_val

A list containing the original values of the model. This list is returned by applyChanges.

Value

Invisibly TRUE will be returned.

Methods

signature(object = "sysBiolAlg")

Method used with objects extending class sysBiolAlg

signature(object = "sysBiolAlg_room")

Method used with objects of class sysBiolAlg_room

Author(s)

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

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

See Also

Class sysBiolAlg and applyChanges


sybil documentation built on May 31, 2021, 5:08 p.m.