|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.simBio.serialize.Collector
public class Collector
Make a List of all the Node values in the model tree.
Treeに存在する全てのNodeの値をListにまとめる。
| Constructor Summary | |
|---|---|
Collector(Component component,
java.util.List list)
Collect values. |
|
| Method Summary | |
|---|---|
void |
visit(Component component)
|
void |
visit(Composite composite)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Collector(Component component,
java.util.List list)
component - root of the treelist - list of values| Method Detail |
|---|
public void visit(Component component)
visit in interface Visitorcomponent - component Node of the model treeVisitor.visit(org.simBio.core.Component)public void visit(Composite composite)
visit in interface Visitorcomposite - composite Node of the model treeVisitor.visit(org.simBio.core.Composite)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||