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

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.RelationGraph
すべての実装されたインタフェース:
Node

public class RelationGraph
extends Analyzer

2D graph of relation between two parameters

バージョン:
$Log: RelationGraph.java,v $ Revision 1.1 2005/11/01 06:32:39 mikaelwing First version of simBio hosted on sourceforge, version 0.3 Revision 1.1 2005/09/12 04:57:07 sarai rearrenge folder structure as a Maven style Revision 1.3 2005/08/05 09:53:53 sarai skip redrawing the same point to save time
作成者:
Kenta Hori

フィールドの概要
 AxisXFix axisXFix
           
 AxisY axisY
           
 double interval
           
 
クラス org.simBio.core.Parameter から継承されたフィールド
value
 
コンストラクタの概要
RelationGraph()
           
 
メソッドの概要
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
 

フィールドの詳細

axisXFix

public AxisXFix axisXFix

axisY

public AxisY axisY

interval

public double interval
コンストラクタの詳細

RelationGraph

public RelationGraph()
メソッドの詳細

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 ?????????????????????