Class IafRefCell

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

public class IafRefCell extends IafCell implements org.jvnet.jaxb2_commons.lang.ToString2
Integrate and fire cell with capacitance **C,** **leakConductance,** **leakReversal** and refractory period **refract** \n :param refract: :type refract: time :param leakConductance: :type leakConductance: conductance :param leakReversal: :type leakReversal: voltage :param thresh: :type thresh: voltage :param reset: :type reset: voltage :param C: Total capacitance of the cell membrane :type C: capacitance

Java class for IafRefCell complex type.

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

 <complexType name="IafRefCell">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}IafCell">
       <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

    • IafRefCell

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