Uses of Interface
org.simBio.core.Visitor

Packages that use Visitor
org.simBio.core The basal Classes of the simBio
simBioの基盤クラス群。
他のクラスは全て、ここにあるクラスを参照もしくは継承もしくは利用しています。 
org.simBio.serialize serializer
直列化と復元 
org.simBio.sim.analyzer.csv CSV maker
計算結果をCSV形式で書き出します。 
org.simBio.sim.gui Graphical user interface
 
 

Uses of Visitor in org.simBio.core
 

Classes in org.simBio.core that implement Visitor
 class Conductor
          root instance to conduct integration.
 

Methods in org.simBio.core with parameters of type Visitor
 void Composite.accept(Visitor visitor)
          use visitor pattern
Visitorを受け容れ、訪問する。
 void Component.accept(Visitor visitor)
          use visitor pattern
visitorを受け容れ、訪問する。
 

Uses of Visitor in org.simBio.serialize
 

Classes in org.simBio.serialize that implement Visitor
 class Collector
          Make a List of all the Node values in the model tree.
 

Uses of Visitor in org.simBio.sim.analyzer.csv
 

Classes in org.simBio.sim.analyzer.csv that implement Visitor
 class Total
          writes values of all parameters, variables and nodes to csv file
親Reactor以下のTreeに存在する全てのReactorとParameterの値をcsv fileに書き出す
 

Uses of Visitor in org.simBio.sim.gui
 

Classes in org.simBio.sim.gui that implement Visitor
 class DataListTable
          Composite を元に、データ編集用の構造体を作成する.
 class GUI
          Graphical User Interface, which has a tree-table and panel.
 



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