Class IafCell

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

public class IafCell extends BaseCell implements org.jvnet.jaxb2_commons.lang.ToString2
Integrate and fire cell with capacitance **C,** **leakConductance** and **leakReversal** \n :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 IafCell complex type.

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

 <complexType name="IafCell">
   <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="C" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_capacitance" />
       <attribute name="leakConductance" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_conductance" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • leakReversal

      protected String leakReversal
    • thresh

      protected String thresh
    • reset

      protected String reset
    • c

      protected String c
    • leakConductance

      protected String leakConductance
  • Constructor Details

    • IafCell

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

      public String getLeakConductance()
      Gets the value of the leakConductance property.
      Returns:
      possible object is String
    • setLeakConductance

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