Class IzhikevichCell

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

public class IzhikevichCell extends BaseCell implements org.jvnet.jaxb2_commons.lang.ToString2
Cell based on the 2003 model of Izhikevich, see http://izhikevich.org/publications/spikes.htm \n :param v0: Initial membrane potential :type v0: voltage :param a: Time scale of the recovery variable U :type a: none :param b: Sensitivity of U to the subthreshold fluctuations of the membrane potential V :type b: none :param c: After-spike reset value of V :type c: none :param d: After-spike increase to U :type d: none :param thresh: Spike threshold :type thresh: voltage

Java class for IzhikevichCell complex type.

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

 <complexType name="IzhikevichCell">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}BaseCell">
       <attribute name="v0" 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="a" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_none" />
       <attribute name="b" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_none" />
       <attribute name="c" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_none" />
       <attribute name="d" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_none" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • IzhikevichCell

      public IzhikevichCell()
  • 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
    • 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
    • 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 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