interfaces/MaLaES.idl File Reference

MaLaES.idl File Reference

MaLaES (the MathML Language Expression Service) provides facilities for converting from content MathML expressions (in the context of a CellML component or reaction) into expressions in a particular programming language. More...

Include dependency graph for MaLaES.idl:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

interface  cellml_services::DegreeVariable
 A source variable annotated by a degree. More...
interface  cellml_services::DegreeVariableIterator
 An interface allowing for iteration of variables by degree. More...
interface  cellml_services::MaLaESResult
 An interface allowing transformation results to be described. More...
interface  cellml_services::MaLaESTransform
 A MaLaES transformer, which takes MathML inputs, and produces programming language outputs. More...
interface  cellml_services::MaLaESBootstrap
 The bootstrap interface that can be used as a MaLaES transformer factory. More...

Namespaces

namespace  cellml_services
 A module for various CellML Services.

Detailed Description

MaLaES (the MathML Language Expression Service) provides facilities for converting from content MathML expressions (in the context of a CellML component or reaction) into expressions in a particular programming language.

The translation into a programming language occurs according to a special language description format called MAL.

Definition in file MaLaES.idl.

Back to Top