Support for observing of SBMLsimulator runs.
It seems the simulators always provide the complete state vector for every computed step,
so this here just implements some kind of sessl-compliant cherry-picking.
defconsiderResults(runId: Int, assignmentId: Int, results: MultiTable): Unit
Method to be overridden to extract data from the results.
Method to be overridden to extract data from the results.
They use a lot of memory, so the results of each run will be discarded after calling this method.
Support for observing of SBMLsimulator runs. It seems the simulators always provide the complete state vector for every computed step, so this here just implements some kind of sessl-compliant cherry-picking.