org.simBio.sim.ps.serialize
Class TocWriter

java.lang.Object
  extended by org.simBio.sim.ps.serialize.TocWriter
All Implemented Interfaces:
IParamSpaceObserver
Direct Known Subclasses:
TocParser

public class TocWriter
extends java.lang.Object
implements IParamSpaceObserver

ParameterSpaceにある結果データをXML形式で書き出す。 TODO dmと共通化する?

Version:
$Id: TocWriter.java,v 1.1 2007/09/25 05:40:14 mikaelwing Exp $
Author:
Nobuaki Sarai

Constructor Summary
TocWriter(java.lang.String fileName)
           
 
Method Summary
 void exit()
          Close the XML file.
 void update(ICollection collection)
          結果をXML fileに書き出す。
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TocWriter

public TocWriter(java.lang.String fileName)
Parameters:
fileName - for result table XML
Method Detail

update

public void update(ICollection collection)
結果をXML fileに書き出す。

Specified by:
update in interface IParamSpaceObserver
Parameters:
collection - result keeper
See Also:
IParamSpaceObserver.update(org.simBio.sim.ps.ICollection)

exit

public void exit()
Close the XML file.

Specified by:
exit in interface IParamSpaceObserver
See Also:
IParamSpaceObserver.exit()


Copyright © 2002-2008 Cell/Biodinamics simulation project. All Rights Reserved.