|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.simBio.core.Component
org.simBio.core.Parameter
org.simBio.core.Composite
public abstract class Composite
Composite Pattern.
| Field Summary |
|---|
| Fields inherited from class org.simBio.core.Parameter |
|---|
value |
| Constructor Summary | |
|---|---|
Composite()
|
|
| Method Summary | |
|---|---|
void |
accept(Visitor visitor)
use visitor pattern Visitorを受け容れ、訪問する。 |
protected Node |
getLink(java.lang.String name)
引数のnameで指定されたxmlのlinkが指し示す対象への参照を返す。 |
Node |
getNode(java.lang.String name)
serch the Node of the same name, 受け取った文字列と同じ名前の最初に見つかったNodeを返す。 |
java.util.Iterator |
getNodesIterator()
ComponentListのIteratorを返す。 |
int |
getNodesSize()
ComponentListの要素の数を返す。 |
| Methods inherited from class org.simBio.core.Parameter |
|---|
addValue, getValue, getValueString, prepare, setInitializer, setValue, setValueString, setValueToField |
| Methods inherited from class org.simBio.core.Component |
|---|
addDydt, end, getIndent, getIndentedShortName, getName, getName, getParent, getRoot, getShortName, getUnits, isNamed, isPrefixed, logIndented, quit, setLinks |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.simBio.core.Node |
|---|
addDydt, addValue, getValue, setValue |
| Constructor Detail |
|---|
public Composite()
| Method Detail |
|---|
public void accept(Visitor visitor)
accept in class Componentvisitor - public java.util.Iterator getNodesIterator()
public int getNodesSize()
public Node getNode(java.lang.String name)
name - 名前を指定
protected Node getLink(java.lang.String name)
name - of the link
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||