Results of a simulation run (either individual or population simulation)
Super classes
rSharp::NetObject -> 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()
SimulationResults$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
SimulationResults$hasResultsForIndividual()
Returns TRUE if results are available for the individual with id individualId otherwise FALSE
SimulationResults$getValuesByPath()
Returns TRUE if results are available for the individual with id individualId otherwise FALSE
SimulationResults$resultsForIndividual()
Returns all available results for the individual with id individualId