org.primordion.xholon.io
Interface IXholon2Qep

All Known Implementing Classes:
Xholon2Qep

public interface IXholon2Qep

Output Java file(s) in Quantum Event Processor (QEP) format.

Since:
0.7 (Created on August 14, 2007)
Author:
Ken Webb
See Also:
http://www.quantum-leaps.com for information about QEP.

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

Method Detail

initialize

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

Parameters:
qepFileName - Name of the output QEP 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 QEP file.