Class IafTauCell

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
Direct Known Subclasses:
IafTauRefCell

public class IafTauCell extends BaseCell implements org.jvnet.jaxb2_commons.lang.ToString2
Integrate and fire cell which returns to its leak reversal potential of **leakReversal** with a time constant **tau** \n :param leakReversal: :type leakReversal: voltage :param tau: :type tau: time :param thresh: The membrane potential at which to emit a spiking event and reset voltage :type thresh: voltage :param reset: The value the membrane potential is reset to on spiking :type reset: voltage

Java class for IafTauCell complex type.

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

 <complexType name="IafTauCell">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}BaseCell">
       <attribute name="leakReversal" 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="reset" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_voltage" />
       <attribute name="tau" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_time" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • leakReversal

      protected String leakReversal
    • thresh

      protected String thresh
    • reset

      protected String reset
    • tau

      protected String tau
  • Constructor Details

    • IafTauCell

      public IafTauCell()
  • Method Details

    • getLeakReversal

      public String getLeakReversal()
      Gets the value of the leakReversal property.
      Returns:
      possible object is String
    • setLeakReversal

      public void setLeakReversal(String value)
      Sets the value of the leakReversal 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
    • 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
    • getTau

      public String getTau()
      Gets the value of the tau property.
      Returns:
      possible object is String
    • setTau

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