affectors
Class ExoEAff
java.lang.Object
affectors.Affector
affectors.ExoEAff
- All Implemented Interfaces:
- java.lang.Cloneable
- public class ExoEAff
- extends Affector
For exocytosis from an intracellular to a membrane-bound Node. Use this one in the Node
representing the membrane-bound (or extracellular) compartment. Each face of the cell gets 1/num_sides
of the exocytosed material. Note that a separate Node is used for the
intracellular and the extracellular protein pools, even though the protein
itself may be identical in both locations.
Formula
dE_NODEX/dt = exo_NODEX * I_NODEX / num_sides_per_cell
Parameters
Intracellular Node [I_NODEX] | The intracellular Node that is being exocytosed |
Extracellular Node [E_NODEX] | The extracellular Node representing the now membrane-bound protein |
Exocytosis rate [exo_NODEX] | The rate at which Node is exocytosed. |
Usage
&E_NODEX
&ExoEAff I_NODEX E_NODEX exo_NODEX
&endE_NODEX
@see ExoIAff
Fields inherited from class affectors.Affector |
ADesc, affectorType, CC, CERTIFICATION, CONVERSION, copyNumber, DEGRADATION, FF, firstFreeParam, GG, GUI_CAPABLE, HH, KK, MATHTYPE, NDesc, PDesc, PRODUCTION, RETURNS_DERIV, RETURNS_PARTIALS, TERMTYPE, TT, Type, UNSPECIFIED |
Methods inherited from class affectors.Affector |
addDefaultParam, Chi, clearStatic, copy_, copy, doesContainTarget, findOrCreateParam, findParam, fixNodes, getNCValue, getNodes, getNumNodes, getNumParameters, getOtherSide, getParameter, getParameter, getParamName, getParamPos, getParamValue, getParamValue, getParamVariationMode, init, isLinearInTarget, Phi, Psi, setContainsTarget, setDescriptions, setParameter, setParamRange, setParamRange, setParamValue, setParamValue, setSide, setSided |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExoEAff
public ExoEAff()
setLabelsAndTypes
protected void setLabelsAndTypes()
- Specified by:
setLabelsAndTypes
in class Affector
setParameterNumbers
public void setParameterNumbers(int[] param_nums)
- Specified by:
setParameterNumbers
in class Affector
getValue
public float getValue(Node which_node)
- Overrides:
getValue
in class Affector