org.simBio.sim.analyzer.measure
Class Limitter
java.lang.Object
org.simBio.core.Component
org.simBio.core.Parameter
org.simBio.core.Composite
org.simBio.core.Analyzer
org.simBio.sim.analyzer.measure.AbstractMeasure
org.simBio.sim.analyzer.measure.Limitter
- All Implemented Interfaces:
- Node
public class Limitter
- extends AbstractMeasure
targetの値が設定値を超えたら計算を終了する。
- Version:
- $Revision: 1.2 $
- Author:
- Sarai
Method Summary |
protected void |
measure(double t)
|
Methods inherited from class org.simBio.core.Component |
addDydt, end, getIndent, getIndentedShortName, getName, getName, getParent, getRoot, getShortName, getUnits, isNamed, isPrefixed, logIndented, quit, setLinks |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
target
public Node target
- 計測対象
maximum
public double maximum
- 上限
minimum
public double minimum
- 下限
Limitter
public Limitter()
measure
protected void measure(double t)
- Specified by:
measure
in class AbstractMeasure
- Parameters:
t
- elapsed time- See Also:
AbstractMeasure.measure(double)
Copyright © 2005 Cell/Biodinamics simulation project. All Rights Reserved.