org.simBio.sim.analyzer.graph.simple
Class 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
- 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
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.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 |
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.
- 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 © 2005 Cell/Biodinamics simulation project. All Rights Reserved.