Class PinskyRinzelCA3Cell

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2

public class PinskyRinzelCA3Cell extends BaseCell implements org.jvnet.jaxb2_commons.lang.ToString2
Reduced CA3 cell model from Pinsky, P. F. , Rinzel, J. Intrinsic and network rhythmogenesis in a reduced traub model for CA3 neurons. J Comput Neurosci 1, 39-60 ( 1994 ). See https://github.com/OpenSourceBrain/PinskyRinzelModel \n :param iSoma: :type iSoma: currentDensity :param iDend: :type iDend: currentDensity :param gLs: :type gLs: conductanceDensity :param gLd: :type gLd: conductanceDensity :param gNa: :type gNa: conductanceDensity :param gKdr: :type gKdr: conductanceDensity :param gCa: :type gCa: conductanceDensity :param gKahp: :type gKahp: conductanceDensity :param gKC: :type gKC: conductanceDensity :param gc: :type gc: conductanceDensity :param eNa: :type eNa: voltage :param eCa: :type eCa: voltage :param eK: :type eK: voltage :param eL: :type eL: voltage :param pp: :type pp: none :param cm: :type cm: specificCapacitance :param alphac: :type alphac: none :param betac: :type betac: none :param gNmda: :type gNmda: conductanceDensity :param gAmpa: :type gAmpa: conductanceDensity :param qd0: :type qd0: none

Java class for PinskyRinzelCA3Cell complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PinskyRinzelCA3Cell">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}BaseCell">
       <attribute name="iSoma" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_currentDensity" />
       <attribute name="iDend" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_currentDensity" />
       <attribute name="gc" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_conductanceDensity" />
       <attribute name="gLs" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_conductanceDensity" />
       <attribute name="gLd" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_conductanceDensity" />
       <attribute name="gNa" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_conductanceDensity" />
       <attribute name="gKdr" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_conductanceDensity" />
       <attribute name="gCa" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_conductanceDensity" />
       <attribute name="gKahp" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_conductanceDensity" />
       <attribute name="gKC" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_conductanceDensity" />
       <attribute name="gNmda" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_conductanceDensity" />
       <attribute name="gAmpa" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_conductanceDensity" />
       <attribute name="eNa" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_voltage" />
       <attribute name="eCa" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_voltage" />
       <attribute name="eK" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_voltage" />
       <attribute name="eL" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_voltage" />
       <attribute name="qd0" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_none" />
       <attribute name="pp" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_none" />
       <attribute name="alphac" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_none" />
       <attribute name="betac" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_none" />
       <attribute name="cm" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_specificCapacitance" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • PinskyRinzelCA3Cell

      public PinskyRinzelCA3Cell()
  • Method Details

    • getISoma

      public String getISoma()
      Gets the value of the iSoma property.
      Returns:
      possible object is String
    • setISoma

      public void setISoma(String value)
      Sets the value of the iSoma property.
      Parameters:
      value - allowed object is String
    • getIDend

      public String getIDend()
      Gets the value of the iDend property.
      Returns:
      possible object is String
    • setIDend

      public void setIDend(String value)
      Sets the value of the iDend property.
      Parameters:
      value - allowed object is String
    • getGc

      public String getGc()
      Gets the value of the gc property.
      Returns:
      possible object is String
    • setGc

      public void setGc(String value)
      Sets the value of the gc property.
      Parameters:
      value - allowed object is String
    • getGLs

      public String getGLs()
      Gets the value of the gLs property.
      Returns:
      possible object is String
    • setGLs

      public void setGLs(String value)
      Sets the value of the gLs property.
      Parameters:
      value - allowed object is String
    • getGLd

      public String getGLd()
      Gets the value of the gLd property.
      Returns:
      possible object is String
    • setGLd

      public void setGLd(String value)
      Sets the value of the gLd property.
      Parameters:
      value - allowed object is String
    • getGNa

      public String getGNa()
      Gets the value of the gNa property.
      Returns:
      possible object is String
    • setGNa

      public void setGNa(String value)
      Sets the value of the gNa property.
      Parameters:
      value - allowed object is String
    • getGKdr

      public String getGKdr()
      Gets the value of the gKdr property.
      Returns:
      possible object is String
    • setGKdr

      public void setGKdr(String value)
      Sets the value of the gKdr property.
      Parameters:
      value - allowed object is String
    • getGCa

      public String getGCa()
      Gets the value of the gCa property.
      Returns:
      possible object is String
    • setGCa

      public void setGCa(String value)
      Sets the value of the gCa property.
      Parameters:
      value - allowed object is String
    • getGKahp

      public String getGKahp()
      Gets the value of the gKahp property.
      Returns:
      possible object is String
    • setGKahp

      public void setGKahp(String value)
      Sets the value of the gKahp property.
      Parameters:
      value - allowed object is String
    • getGKC

      public String getGKC()
      Gets the value of the gkc property.
      Returns:
      possible object is String
    • setGKC

      public void setGKC(String value)
      Sets the value of the gkc property.
      Parameters:
      value - allowed object is String
    • getGNmda

      public String getGNmda()
      Gets the value of the gNmda property.
      Returns:
      possible object is String
    • setGNmda

      public void setGNmda(String value)
      Sets the value of the gNmda property.
      Parameters:
      value - allowed object is String
    • getGAmpa

      public String getGAmpa()
      Gets the value of the gAmpa property.
      Returns:
      possible object is String
    • setGAmpa

      public void setGAmpa(String value)
      Sets the value of the gAmpa property.
      Parameters:
      value - allowed object is String
    • getENa

      public String getENa()
      Gets the value of the eNa property.
      Returns:
      possible object is String
    • setENa

      public void setENa(String value)
      Sets the value of the eNa property.
      Parameters:
      value - allowed object is String
    • getECa

      public String getECa()
      Gets the value of the eCa property.
      Returns:
      possible object is String
    • setECa

      public void setECa(String value)
      Sets the value of the eCa property.
      Parameters:
      value - allowed object is String
    • getEK

      public String getEK()
      Gets the value of the ek property.
      Returns:
      possible object is String
    • setEK

      public void setEK(String value)
      Sets the value of the ek property.
      Parameters:
      value - allowed object is String
    • getEL

      public String getEL()
      Gets the value of the el property.
      Returns:
      possible object is String
    • setEL

      public void setEL(String value)
      Sets the value of the el property.
      Parameters:
      value - allowed object is String
    • getQd0

      public String getQd0()
      Gets the value of the qd0 property.
      Returns:
      possible object is String
    • setQd0

      public void setQd0(String value)
      Sets the value of the qd0 property.
      Parameters:
      value - allowed object is String
    • getPp

      public String getPp()
      Gets the value of the pp property.
      Returns:
      possible object is String
    • setPp

      public void setPp(String value)
      Sets the value of the pp property.
      Parameters:
      value - allowed object is String
    • getAlphac

      public String getAlphac()
      Gets the value of the alphac property.
      Returns:
      possible object is String
    • setAlphac

      public void setAlphac(String value)
      Sets the value of the alphac property.
      Parameters:
      value - allowed object is String
    • getBetac

      public String getBetac()
      Gets the value of the betac property.
      Returns:
      possible object is String
    • setBetac

      public void setBetac(String value)
      Sets the value of the betac property.
      Parameters:
      value - allowed object is String
    • getCm

      public String getCm()
      Gets the value of the cm property.
      Returns:
      possible object is String
    • setCm

      public void setCm(String value)
      Sets the value of the cm property.
      Parameters:
      value - allowed object is String
    • toString

      public String toString()
      Overrides:
      toString in class BaseCell
    • append

      public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
      Specified by:
      append in interface org.jvnet.jaxb2_commons.lang.ToString2
      Overrides:
      append in class BaseCell
    • appendFields

      public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
      Specified by:
      appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
      Overrides:
      appendFields in class BaseCell