org.simBio.serialize
クラス Collector

java.lang.Object
  上位を拡張 org.simBio.serialize.Collector
すべての実装されたインタフェース:
Visitor

public class Collector
extends java.lang.Object
implements Visitor

Make a List of all the Node values in the model tree.
Treeに存在する全てのNodeの値をListにまとめる。

バージョン:
$Id: Collector.java,v 1.3 2006/12/07 02:11:28 nsarai Exp $
作成者:
Nobuaki Sarai

コンストラクタの概要
Collector(Component component, java.util.List list)
          Collect values.
 
メソッドの概要
 void visit(Component component)
           
 void visit(Composite composite)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Collector

public Collector(Component component,
                 java.util.List list)
Collect values.

パラメータ:
component - root of the tree
list - list of values
メソッドの詳細

visit

public void visit(Component component)
定義:
インタフェース Visitor 内の visit
パラメータ:
component - component Node of the model tree
関連項目:
Visitor.visit(org.simBio.core.Component)

visit

public void visit(Composite composite)
定義:
インタフェース Visitor 内の visit
パラメータ:
composite - composite Node of the model tree
関連項目:
Visitor.visit(org.simBio.core.Composite)


???(C) 2002-2007 ?????????????????????