org.simBio.sim.analyzer.graph.simple
クラス Graph

java.lang.Object
  上位を拡張 org.simBio.core.Component
      上位を拡張 org.simBio.core.Parameter
          上位を拡張 org.simBio.core.Composite
              上位を拡張 org.simBio.core.Analyzer
                  上位を拡張 org.simBio.sim.analyzer.graph.simple.Graph
すべての実装されたインタフェース:
Node
直系の既知のサブクラス:
Graph4State, StepChart

public class Graph
extends Analyzer

2D graph. axis x is time.

バージョン:
$Id: Graph.java,v 1.6 2007/01/15 01:20:35 nsarai Exp $
作成者:
Nobuaki Sarai

フィールドの概要
 AxisX axisX
          horizontal axis
 AxisY axisY
          vertical axis
 double interval
          time interval to plot
 
クラス org.simBio.core.Parameter から継承されたフィールド
value
 
コンストラクタの概要
Graph()
           
 
メソッドの概要
protected  void analyze(double t)
          plot targets.
protected  void prepare()
          set link to the targets.
protected  void setLinks()
          link to the Viewer, and count number of the target, get array.
 
クラス org.simBio.core.Composite から継承されたメソッド
accept, getLink, getNode, getNodesIterator, getNodesSize
 
クラス org.simBio.core.Parameter から継承されたメソッド
addValue, getValue, getValueString, setInitializer, setValue, setValueString, setValueToField
 
クラス org.simBio.core.Component から継承されたメソッド
addDydt, end, getIndent, getIndentedShortName, getName, getName, getParent, getRoot, getShortName, getUnits, isNamed, isPrefixed, logIndented, quit
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース org.simBio.core.Node から継承されたメソッド
addDydt, addValue, getValue, setValue
 

フィールドの詳細

axisX

public AxisX axisX
horizontal axis


axisY

public AxisY axisY
vertical axis


interval

public double interval
time interval to plot

コンストラクタの詳細

Graph

public Graph()
メソッドの詳細

setLinks

protected void setLinks()
link to the Viewer, and count number of the target, get array.

オーバーライド:
クラス Component 内の setLinks
関連項目:
Component.setLinks()

prepare

protected void prepare()
set link to the targets.

オーバーライド:
クラス Parameter 内の prepare
関連項目:
Component.prepare()

analyze

protected void analyze(double t)
plot targets.

定義:
クラス Analyzer 内の analyze
パラメータ:
t - time
関連項目:
Analyzer.analyze(double)


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