Class AdExIaFCell

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

public class AdExIaFCell extends BaseCellMembPotCap implements org.jvnet.jaxb2_commons.lang.ToString2
Model based on Brette R and Gerstner W ( 2005 ) Adaptive Exponential Integrate-and-Fire Model as an Effective Description of Neuronal Activity. J Neurophysiol 94:3637-3642 \n :param gL: Leak conductance :type gL: conductance :param EL: Leak reversal potential :type EL: voltage :param VT: Spike threshold :type VT: voltage :param thresh: Spike detection threshold :type thresh: voltage :param reset: Reset potential :type reset: voltage :param delT: Slope factor :type delT: voltage :param tauw: Adaptation time constant :type tauw: time :param refract: Refractory period :type refract: time :param a: Sub-threshold adaptation variable :type a: conductance :param b: Spike-triggered adaptation variable :type b: current :param C: Total capacitance of the cell membrane :type C: capacitance

Java class for AdExIaFCell complex type.

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

 <complexType name="AdExIaFCell">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}BaseCellMembPotCap">
       <attribute name="gL" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_conductance" />
       <attribute name="EL" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_voltage" />
       <attribute name="reset" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_voltage" />
       <attribute name="VT" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_voltage" />
       <attribute name="thresh" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_voltage" />
       <attribute name="delT" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_voltage" />
       <attribute name="tauw" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_time" />
       <attribute name="refract" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_time" />
       <attribute name="a" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_conductance" />
       <attribute name="b" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_current" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • AdExIaFCell

      public AdExIaFCell()
  • Method Details

    • getGL

      public String getGL()
      Gets the value of the gl property.
      Returns:
      possible object is String
    • setGL

      public void setGL(String value)
      Sets the value of the gl 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
    • getReset

      public String getReset()
      Gets the value of the reset property.
      Returns:
      possible object is String
    • setReset

      public void setReset(String value)
      Sets the value of the reset property.
      Parameters:
      value - allowed object is String
    • getVT

      public String getVT()
      Gets the value of the vt property.
      Returns:
      possible object is String
    • setVT

      public void setVT(String value)
      Sets the value of the vt property.
      Parameters:
      value - allowed object is String
    • getThresh

      public String getThresh()
      Gets the value of the thresh property.
      Returns:
      possible object is String
    • setThresh

      public void setThresh(String value)
      Sets the value of the thresh property.
      Parameters:
      value - allowed object is String
    • getDelT

      public String getDelT()
      Gets the value of the delT property.
      Returns:
      possible object is String
    • setDelT

      public void setDelT(String value)
      Sets the value of the delT property.
      Parameters:
      value - allowed object is String
    • getTauw

      public String getTauw()
      Gets the value of the tauw property.
      Returns:
      possible object is String
    • setTauw

      public void setTauw(String value)
      Sets the value of the tauw property.
      Parameters:
      value - allowed object is String
    • getRefract

      public String getRefract()
      Gets the value of the refract property.
      Returns:
      possible object is String
    • setRefract

      public void setRefract(String value)
      Sets the value of the refract property.
      Parameters:
      value - allowed object is String
    • getA

      public String getA()
      Gets the value of the a property.
      Returns:
      possible object is String
    • setA

      public void setA(String value)
      Sets the value of the a property.
      Parameters:
      value - allowed object is String
    • getB

      public String getB()
      Gets the value of the b property.
      Returns:
      possible object is String
    • setB

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

      public String toString()
      Overrides:
      toString in class BaseCellMembPotCap
    • 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 BaseCellMembPotCap
    • 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 BaseCellMembPotCap