SBMLProblems-class {rsbml}R Documentation

SBMLProblems

Description

A class representing errors encountered during parsing of SBML.

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.

Author(s)

Michael Lawrence

See Also

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


[Package rsbml version 2.0.0 Index]