org.primordion.xholon.io
Interface ICellontro2Sbml

All Known Implementing Classes:
Cellontro2Sbml

public interface ICellontro2Sbml

Transforms a Cellontro model to SBML format.

Since:
0.5 (Created on February 17, 2007)
Author:
Ken Webb

Method Summary
 boolean initialize(java.lang.String sbmlFileName, java.lang.String modelName, IXholon root)
          Initialize.
 void writeAll()
          Write out all parts of the SBML file.
 

Method Detail

initialize

public boolean initialize(java.lang.String sbmlFileName,
                          java.lang.String modelName,
                          IXholon root)
Initialize.

Parameters:
sbmlFileName - Name of the output SBML file.
modelName - Name of the model.
root - Root of the composite structure hierarchy to write out.
Returns:
Whether or not the initialization succeeded. If it failed, it is probably because this is not a Cellontro application.

writeAll

public void writeAll()
Write out all parts of the SBML file.