Class IafTauRefCell

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

public class IafTauRefCell extends IafTauCell implements org.jvnet.jaxb2_commons.lang.ToString2
Integrate and fire cell which returns to its leak reversal potential of **leakReversal** with a time course **tau.** It has a refractory period of **refract** after spiking \n :param refract: :type refract: time :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 IafTauRefCell complex type.

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

 <complexType name="IafTauRefCell">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}IafTauCell">
       <attribute name="refract" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_time" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • refract

      protected String refract
  • Constructor Details

    • IafTauRefCell

      public IafTauRefCell()
  • Method Details

    • 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
    • toString

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