Class Izhikevich2007Cell

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

public class Izhikevich2007Cell extends BaseCellMembPotCap implements org.jvnet.jaxb2_commons.lang.ToString2
Cell based on the modified Izhikevich model in Izhikevich 2007, Dynamical systems in neuroscience, MIT Press \n :param v0: Initial membrane potential :type v0: voltage :param k: :type k: conductance_per_voltage :param vr: Resting membrane potential :type vr: voltage :param vt: Spike threshold :type vt: voltage :param vpeak: Peak action potential value :type vpeak: voltage :param a: Time scale of recovery variable u :type a: per_time :param b: Sensitivity of recovery variable u to subthreshold fluctuations of membrane potential v :type b: conductance :param c: After-spike reset value of v :type c: voltage :param d: After-spike increase to u :type d: current :param C: Total capacitance of the cell membrane :type C: capacitance

Java class for Izhikevich2007Cell complex type.

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

 <complexType name="Izhikevich2007Cell">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}BaseCellMembPotCap">
       <attribute name="v0" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_voltage" />
       <attribute name="k" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_conductancePerVoltage" />
       <attribute name="vr" 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="vpeak" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_voltage" />
       <attribute name="a" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_pertime" />
       <attribute name="b" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_conductance" />
       <attribute name="c" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_voltage" />
       <attribute name="d" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_current" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Izhikevich2007Cell

      public Izhikevich2007Cell()
  • Method Details

    • getV0

      public String getV0()
      Gets the value of the v0 property.
      Returns:
      possible object is String
    • setV0

      public void setV0(String value)
      Sets the value of the v0 property.
      Parameters:
      value - allowed object is String
    • getK

      public String getK()
      Gets the value of the k property.
      Returns:
      possible object is String
    • setK

      public void setK(String value)
      Sets the value of the k property.
      Parameters:
      value - allowed object is String
    • getVr

      public String getVr()
      Gets the value of the vr property.
      Returns:
      possible object is String
    • setVr

      public void setVr(String value)
      Sets the value of the vr 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
    • getVpeak

      public String getVpeak()
      Gets the value of the vpeak property.
      Returns:
      possible object is String
    • setVpeak

      public void setVpeak(String value)
      Sets the value of the vpeak 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
    • getC

      public String getC()
      Gets the value of the c property.
      Returns:
      possible object is String
    • setC

      public void setC(String value)
      Sets the value of the c property.
      Parameters:
      value - allowed object is String
    • getD

      public String getD()
      Gets the value of the d property.
      Returns:
      possible object is String
    • setD

      public void setD(String value)
      Sets the value of the d 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