org.simBio.bio.function
Class Function
java.lang.Object
org.simBio.core.Component
org.simBio.core.Parameter
org.simBio.core.Composite
org.simBio.core.Reactor
org.simBio.bio.function.Function
- All Implemented Interfaces:
- Node
- Direct Known Subclasses:
- Analytic2state, IndependentGate, JunctionalPotential, KoDependency, KoDependency_IK1, KoDependency2, RateConstantCaGate, StepChanger, Tonicity, Volume
public abstract class Function
- extends Reactor
Abstract super class of function format.
Use just for a marker.
function formatの継承元class
独自のfunction formatを作成するにはこれを継承して下さい。
- Version:
- $Id: Function.java,v 1.2 2007/10/04 02:25:37 nsarai Exp $
- Author:
- Nobuaki Sarai
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 |
Function
public Function()
Copyright © 2005 Cell/Biodinamics simulation project. All Rights Reserved.