interfaces/VACSS.idl File Reference

VACSS.idl File Reference

The VACSS (validation against CellML specification service) provides services which allow models to be validated to check that they comply with the CellML specifications. More...

Include dependency graph for VACSS.idl:

Go to the source code of this file.

Classes

interface  cellml_services::CellMLValidityError
 Represents a specific problem which causes a given document not to be a valid CellML model. More...
interface  cellml_services::CellMLRepresentationValidityError
 A validity error about the underlying structure used to represent the CellML model. More...
interface  cellml_services::CellMLSemanticValidityError
 A validity error at the semantic layer (used when the representation is valid, but there is some contradiction inherent in what is being represented. More...
interface  cellml_services::CellMLValidityErrorSet
 A list of CellML validity errors. More...
interface  cellml_services::VACSService
 The 'validation against CellML Specification Service' (VACSS) bootstrap interface. More...

Namespaces

namespace  cellml_services
 A module for various CellML Services.

Detailed Description

The VACSS (validation against CellML specification service) provides services which allow models to be validated to check that they comply with the CellML specifications.

Definition in file VACSS.idl.

Back to Top