org.primordion.xholon.io
Interface IXholon2Smc

All Known Implementing Classes:
Xholon2Smc

public interface IXholon2Smc

Output an XML file in SMC format.

Since:
0.7 (Created on August 14, 2007)
Author:
Ken Webb

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

Method Detail

initialize

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

Parameters:
smcFileName - Name of the output SMC file.
modelName - Name of the model.
root - Root of the composite structure hierarchy to write out.
Returns:
Whether or not the initialization succeeded.

writeAll

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