SBMLProblems-class: SBMLProblems

Description Slots Methods Author(s) See Also

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.


rsbml documentation built on Nov. 8, 2020, 8:09 p.m.