interfaces/CeLEDSExporter.idl File Reference

CeLEDSExporter.idl File Reference

CeLEDS (CellML Language Export Definition Service) provides a service for accessing language export definitions required by components involved in export of CellML models to various programming languages. More...

Include dependency graph for CeLEDSExporter.idl:

Go to the source code of this file.

Classes

interface  cellml_services::CodeExporter
 Interface for exporting model to a programming language. More...
interface  cellml_services::CeLEDSExporterBootstrap

Namespaces

namespace  cellml_services
 A module for various CellML Services.

Detailed Description

CeLEDS (CellML Language Export Definition Service) provides a service for accessing language export definitions required by components involved in export of CellML models to various programming languages.

Language definitions are stored in XML files. This interface uses CCGS to export code as a string.

Definition in file CeLEDSExporter.idl.

Back to Top