org.simBio.sim.analyzer.graph.simple
Class RelationGraph

java.lang.Object
  extended by org.simBio.core.Component
      extended by org.simBio.core.Parameter
          extended by org.simBio.core.Composite
              extended by org.simBio.core.Analyzer
                  extended by org.simBio.sim.analyzer.graph.simple.RelationGraph
All Implemented Interfaces:
Node

public class RelationGraph
extends Analyzer

2D graph of relation between two parameters

Version:
$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
Author:
Kenta Hori

Field Summary
 AxisXFix axisXFix
           
 AxisY axisY
           
 double interval
           
 
Fields inherited from class org.simBio.core.Parameter
value
 
Constructor Summary
RelationGraph()
           
 
Method Summary
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.
 
Methods inherited from class org.simBio.core.Composite
accept, getLink, getNode, getNodesIterator, getNodesSize
 
Methods inherited from class org.simBio.core.Parameter
addValue, getValue, getValueString, 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
 
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
 

Field Detail

axisXFix

public AxisXFix axisXFix

axisY

public AxisY axisY

interval

public double interval
Constructor Detail

RelationGraph

public RelationGraph()
Method Detail

setLinks

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

Overrides:
setLinks in class Component
See Also:
Component.setLinks()

prepare

protected void prepare()
set link to the targets.

Overrides:
prepare in class Parameter
See Also:
Component.prepare()

analyze

protected void analyze(double t)
plot targets.

Specified by:
analyze in class Analyzer
Parameters:
t - time
See Also:
Analyzer.analyze(double)


Copyright © 2002-2008 Cell/Biodinamics simulation project. All Rights Reserved.