affectors
Class EndoIAff

java.lang.Object
  extended byaffectors.Affector
      extended byaffectors.EndoIAff
All Implemented Interfaces:
java.lang.Cloneable

public class EndoIAff
extends Affector

For endocytosis to an intracellular node - non-sided; use this one in the node representing the intracellular compartment. 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
dI_NODEX/dt = endo_NODEX * E_NODEX

Parameters

Intracellular Node [I_NODEX] The extracellular Node that is being endocytosed
Extracellular Node [E_NODEX] The intracellular Node representing the now intracellular protein
Endocytosis rate [endo_NODEX] The rate at which Node is endocytosed.

Usage
&I_NODEX

&EndoEAff E_NODEX I_NODEX endo_NODEX
&endI_NODEX

@see EndoEAff


Field Summary
 
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
 
Constructor Summary
EndoIAff()
           
 
Method Summary
 float getValue(Node which_node)
           
protected  void setLabelsAndTypes()
           
 void setParameterNumbers(int[] param_nums)
           
 
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
 

Constructor Detail

EndoIAff

public EndoIAff()
Method Detail

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