Output schema associated with a given simulation
Super classes
rSharp::NetObject -> DotNetWrapper -> OutputSchema
Active bindings
intervalsAll intervals defined in the schema (Read-Only)
timePointsAll single time points defined in the schema (Read-Only)
endTimeReturns the end time of the simulation in kernel unit (Read-Only)
Methods
Inherited methods
rSharp::NetObject$.printClass()rSharp::NetObject$.printLine()rSharp::NetObject$call()rSharp::NetObject$get()rSharp::NetObject$getFields()rSharp::NetObject$getMemberSignature()rSharp::NetObject$getMethods()rSharp::NetObject$getProperties()rSharp::NetObject$getStaticFields()rSharp::NetObject$getStaticMethods()rSharp::NetObject$getStaticProperties()rSharp::NetObject$set()DotNetWrapper$initialize()
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.