affectors
Class Phosphor1StepA_ICAff

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

public class Phosphor1StepA_ICAff
extends Affector

This is one half of an affector that phosphrylates a single node. Use this affector in the unphosphorylated species. Use the B version in the product species. For either membrane-bound or cytoplasmic kinases, as long as target is cytoplasmic.

Formula
dSUBSTRATE/dt = -Pmax * SUBSTRATE * KINASE

Parameters

Substrate [SUBSTRATE] The unphosphorylated Node
Kinase [KINASE] The kinase Node.
Max reaction rate [P_KINASE] The maximum rate at which kinase converts substrate.

Usage
&SUBSTRATE

&Phosphorylation1StepA_ICAff SUBSTRATE KINASE P_KINASE
&endSUBSTRATE

@see Phosphor1StepB_ICAff
@see Dephosphor1StepB_ICAff


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
Phosphor1StepA_ICAff()
           
 
Method Summary
 float getNCValue(Node which_node)
           
 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, 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

Phosphor1StepA_ICAff

public Phosphor1StepA_ICAff()
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

getNCValue

public float getNCValue(Node which_node)
Overrides:
getNCValue in class Affector