list.objects: List Simile model components

Description Usage Arguments Value Author(s) Examples

View source: R/clientmmii.R

Description

Lists all the model components with values. Components are specified by path, i.e., a string made from their caption preceded by the caption of their parent submodel, its parent and so on, separated by forward-slashes like a directory path.

Usage

1
list.objects(model.handle)

Arguments

model.handle

Model handle created when calling load.model()

Value

List of component paths as described above, in tree traversal order

Author(s)

Jasper Taylor

Examples

1
2
3
list.objects("dummy_mh")
# [1] "/sector"           "/sector/output"    "/sector/flow1"    
# [4] "/sector/variation"

Simile documentation built on May 2, 2019, 6:52 a.m.