Skip to contents

Output schema associated with a given simulation

Super classes

rSharp::NetObject -> DotNetWrapper -> OutputSchema

Active bindings

intervals

All intervals defined in the schema (Read-Only)

timePoints

All single time points defined in the schema (Read-Only)

endTime

Returns the end time of the simulation in kernel unit (Read-Only)

Methods

Inherited methods


OutputSchema$clear()

Clears all intervals and time points

Usage

OutputSchema$clear()


OutputSchema$addInterval()

Adds an interval to the schema

Usage

OutputSchema$addInterval(interval)

Arguments

interval

Interval to add


OutputSchema$removeInterval()

Removes the interval from the schema

Usage

OutputSchema$removeInterval(interval)

Arguments

interval

Interval to remove


OutputSchema$addTimePoints()

Adds the time points to the schema. Note that time points and intervals exists concurrently. Use time points only if you need to ensure that specific time are used.

Usage

OutputSchema$addTimePoints(timePoints)

Arguments

timePoints

Time points to add to the schema


OutputSchema$print()

Print the object to the console

Usage

OutputSchema$print(...)

Arguments

...

Rest arguments.