|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.simBio.core.Component
org.simBio.core.Parameter
org.simBio.core.Composite
org.simBio.core.Reactor
org.simBio.bio.matsuoka_et_al_2003.current.MembraneTransporter
public abstract class MembraneTransporter
Abstract class of membrane transporters.
| Field Summary | |
|---|---|
protected double |
cCa
|
Node |
CCa
to see Ca current component |
protected double |
cK
|
Node |
CK
to see K current component |
protected double |
cNa
|
Node |
CNa
to see Na current component |
Node |
current
|
Node |
currentCa
|
Node |
currentK
|
Node |
currentNa
|
protected double |
total
|
| Fields inherited from class org.simBio.core.Parameter |
|---|
value |
| Constructor Summary | |
|---|---|
MembraneTransporter()
|
|
| Method Summary | |
|---|---|
protected void |
calculate(double t)
add current to Compartment. |
protected void |
prepare()
construct null current |
| 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, 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 |
| Field Detail |
|---|
public Node current
public Node currentNa
public Node currentK
public Node currentCa
protected double total
protected double cNa
protected double cK
protected double cCa
public Node CNa
public Node CK
public Node CCa
| Constructor Detail |
|---|
public MembraneTransporter()
| Method Detail |
|---|
protected void calculate(double t)
calculate in class Reactort - timeprotected void prepare()
prepare in class ParameterComponent.prepare()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||