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

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.Viewer
                      上位を拡張 org.simBio.sim.analyzer.graph.simple.RateGraph_KA
すべての実装されたインタフェース:
Node, IViewer, ICanvas

public class RateGraph_KA
extends Viewer

sample graph for bio.function

バージョン:
$Revision: 1.1 $
作成者:
Nobuaki Sarai

フィールドの概要
 java.util.Vector graphs
           
 Node iv
           
 Node max
           
 Node min
           
 Node step
           
 
クラス org.simBio.sim.analyzer.graph.simple.Viewer から継承されたフィールド
referenceHeight, referenceWidth
 
クラス org.simBio.core.Parameter から継承されたフィールド
value
 
コンストラクタの概要
RateGraph_KA()
           
 
メソッドの概要
 void analyze(double t)
          do nothing
 javax.swing.JButton getJButton()
          This method initializes jButton
 void plot()
           
protected  void setLinks()
          When there are no container, construct OnScreen, and clear.
 
クラス org.simBio.sim.analyzer.graph.simple.Viewer から継承されたメソッド
drawBar, drawPoint, getScaleHeight, getScaleWidth, getWHratio, paintComponent, plotAxises, printComponent, quit, reset, setContainer, setContainer, setFileName, setPrintableRect, setPrintRect
 
クラス org.simBio.core.Composite から継承されたメソッド
accept, getLink, getNode, getNodesIterator, getNodesSize
 
クラス org.simBio.core.Parameter から継承されたメソッド
addValue, getValue, getValueString, prepare, setInitializer, setValue, setValueString, setValueToField
 
クラス org.simBio.core.Component から継承されたメソッド
addDydt, end, getIndent, getIndentedShortName, getName, getName, getParent, getRoot, getShortName, getUnits, isNamed, isPrefixed, logIndented
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース org.simBio.core.Node から継承されたメソッド
addDydt, addValue, getValue, setValue
 

フィールドの詳細

iv

public Node iv

min

public Node min

max

public Node max

step

public Node step

graphs

public java.util.Vector graphs
コンストラクタの詳細

RateGraph_KA

public RateGraph_KA()
メソッドの詳細

setLinks

protected void setLinks()
クラス Viewer の記述:
When there are no container, construct OnScreen, and clear.

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

plot

public void plot()

getJButton

public javax.swing.JButton getJButton()
This method initializes jButton

戻り値:
javax.swing.JButton

analyze

public void analyze(double t)
クラス Viewer の記述:
do nothing

オーバーライド:
クラス Viewer 内の analyze
パラメータ:
t - time
関連項目:
Analyzer.analyze(double)


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