org.simBio.bio.function
Class Function

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.Reactor
                  extended by 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

Field Summary
 
Fields inherited from class org.simBio.core.Parameter
value
 
Constructor Summary
Function()
           
 
Method Summary
 
Methods inherited from class org.simBio.core.Reactor
calculate
 
Methods inherited from class org.simBio.core.Composite
accept, getLink, getNode, getNodesIterator, getNodesSize
 
Methods inherited from class org.simBio.core.Parameter
addValue, getValue, getValueString, prepare, 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, setLinks
 
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
 

Constructor Detail

Function

public Function()


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