affectors
Class CleavageB_ECAff

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

public class CleavageB_ECAff
extends Affector

This is one half of an affector that cleaves a single node into two other nodes. Use this affector in each of the product species. Use the A version in the uncleaved species. This "EC" version is for membrane-bound nodes.

Formula
dNODEX/dt = CMax * SUBSTRATE * ( (ACTIVATOR ^ nu) / ( K ^ nu + ACTIVATOR ^ nu) )

Parameters

Substrate [SUBSTRATE] The uncleaved Node
Activator [ACTIVATOR] The regulator Node which is activating cleavage
Kappa [K_ACTIVATOR_SUBSTRATE] The level of the activator at which it acts half-maximally.
nu [nu_ACTIVATOR_SUBSTRATE] Cooperativity of the activation term.
CMax [CMax_SUBSTRATE] Maximal rate of cleavage.

Usage
&CLEAVED_NODE

&CleavageB_ECAff SUBSTRATE ACTIVATOR K_ACTIVATOR_SUBSTRATE nu_ACTIVATOR_SUBSTRATE C_SUBSTRATE
&endCLEAVED_NODE


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
CleavageB_ECAff()
           
 
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

CleavageB_ECAff

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