SBW SBML Translators API

Unless otherwise noted, all modules have the methods listed below.

Service: translator

string getFileExtension()

(only in MATLAB and XPP translators)
Returns the file extension of files generated.

string getFileType()

(only in MATLAB and XPP translators)
Returns a string describing the type of generated file.

string getHostingApp()

(only in C, C#, and Java translators)
Generates the main Hosting Application.

string translate(string)

Takes the contents of a SBML file as input and returns the contents of the generated file in the target language, which contains the model.

string getStoichiometryMatrix(string)

(only in MATLAB, C, C#, and Java translators) Takes the contents of a SBML file as input and returns the stoichiometry matrix of the model in the SBML file.

string getName()

Returns the name of the SBW module.

string getVersion()

Returns the version of the SBW module.

string getAuthor()

Returns the author of the SBW module.

string getDescription()

Returns the description of what the module does.

string getDisplayName()

Returns the display name of the module.

string getCopyright()

Returns the type of copyright for the module.

string getURL()

Returns the URL: www.sys-bio.org