Learn R Programming

rsbml (version 2.30.0)

SBMLProblems-class: SBMLProblems

Description

A class representing errors encountered during parsing of SBML.

Arguments

Slots

fatals:
A list of SBMLFatal instances.
errors:
A list of SBMLError instances.
warnings:
A list of SBMLWarning instances.
infos:
A list of SBMLInfo instances.

Methods

.throw
signature(object = "SBMLProblems"): Throws each SBMLProblem in this object.
errors
signature(object = "SBMLProblems"): Gets the errors slot.
fatals
signature(object = "SBMLProblems"): Gets the fatals slot.
infos
signature(object = "SBMLProblems"): Gets the infos slot.
warns
signature(object = "SBMLProblems"): Gets the warns slot.

See Also

The rsbml_problems function for obtaining an instance of this class describing any problems encountered during parsing.