CellML API
cellml_services::CellMLRepresentationValidityError Interface Reference
cellml_services::CellMLRepresentationValidityError Interface Reference
A validity error about the underlying structure used to represent the CellML model. More...
Inheritance diagram for cellml_services::CellMLRepresentationValidityError:

Collaboration diagram for cellml_services::CellMLRepresentationValidityError:

Public Attributes | |
readonly attribute dom::Node | errorNode |
The node which triggered the error. | |
readonly attribute unsigned long | errorNodalOffset |
The offset into the node at which the error occurred. | |
![]() | |
readonly attribute wstring | description |
A human readable description of the problem. | |
readonly attribute unsigned long | nSupplements |
The number of supplements we refer to. | |
readonly attribute boolean | isWarningOnly |
Determines if the 'error' is strictly speaking not a deviation from the CellML specification, but merely an indication that best practices have not been observed. | |
![]() | |
readonly attribute string | objid |
Fetches the ID of the object. |
Additional Inherited Members | |
![]() | |
CellMLValidityError | getSupplement (in unsigned long index) |
Fetches the supplement. |
Detailed Description
A validity error about the underlying structure used to represent the CellML model.
Member Data Documentation
readonly attribute unsigned long cellml_services::CellMLRepresentationValidityError::errorNodalOffset |