SBMLProblems-class {rsbml} | R Documentation |
A class representing errors encountered during parsing of SBML.
fatals
:A list of
SBMLFatal
instances.
errors
:A list of
SBMLError
instances.
warnings
:A list of
SBMLWarning
instances.
infos
:A list of
SBMLInfo
instances.
signature(object = "SBMLProblems")
: Throws each
SBMLProblem
in this object.
signature(object = "SBMLProblems")
: Gets the
errors
slot.
signature(object = "SBMLProblems")
: Gets the
fatals
slot.
signature(object = "SBMLProblems")
: Gets the
infos
slot.
signature(object = "SBMLProblems")
: Gets the
warns
slot.
Michael Lawrence
The rsbml_problems
function for obtaining an instance of this
class describing any problems encountered during parsing.