Results of a simulation run (either individual or population simulation)
Super classes
rSharp::NetObject -> ospsuite::DotNetWrapper -> SimulationResults
Active bindings
countthe number of individual results (
Count==1generally means that we are dealing with an individual simulation results).simulationReference to the
Simulationused to calculate or import the results (Read-Only).timeValuesVector of simulated time output values
allQuantityPathsList of all paths for which results are defined.
allIndividualIdsList of Ids of all individuals that have been simulated
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()
Method new()
Initialize a new instance of the class
Usage
SimulationResults$new(netObject, simulation)Arguments
netObjectAn
rSharp::NetObjectobject.simulationReference to the simulation object used to calculated the results
Method hasResultsForIndividual()
Returns TRUE if results are available for the individual with id individualId otherwise FALSE
Method getValuesByPath()
Returns TRUE if results are available for the individual with id individualId otherwise FALSE
Method print()
Print the object to the console