Uses of Interface
org.simBio.sim.ps.ICollection

Packages that use ICollection
org.simBio.sim.ps   
org.simBio.sim.ps.serialize   
org.simBio.sim.ps.view   
 

Uses of ICollection in org.simBio.sim.ps
 

Classes in org.simBio.sim.ps that implement ICollection
 class ParameterSpace
          ResultGeneratorの計算結果を集めて保持する。
 

Methods in org.simBio.sim.ps with parameters of type ICollection
 void IParamSpaceObserver.update(ICollection collector)
          データが更新されたことを通知。
 

Uses of ICollection in org.simBio.sim.ps.serialize
 

Methods in org.simBio.sim.ps.serialize with parameters of type ICollection
 void TocWriter.update(ICollection collection)
          結果をXML fileに書き出す。
 

Uses of ICollection in org.simBio.sim.ps.view
 

Methods in org.simBio.sim.ps.view with parameters of type ICollection
 void PlotLouncher.update(ICollection collector)
           
 



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