Learn R Programming

libsoc (version 0.7.3)

so_TaskInformation: so_TaskInformation reference class

Description

Reference Class for the SO/SOBlock/TaskInformation element of a PharmML-SO data structure

Arguments

Methods

so_TaskInformation$new() - Create a new empty so_TaskInformation object so_TaskInformation$add_Message(object) - Add a Message so_TaskInformation$remove_Message(object, i) - Remove the Message having index i so_TaskInformation$add_OutputFilePath(object) - Add a OutputFilePath so_TaskInformation$remove_OutputFilePath(object, i) - Remove the OutputFilePath having index i

Fields

$Message - A list of so_Message objects $OutputFilePath - A list of so_ExternalFile objects $RunTime - A numeric $NumberChains - An integer $NumberIterations - An integer