Class BasePyNNIaFCell

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
Direct Known Subclasses:
BasePyNNIaFCondCell, IFCurrAlpha, IFCurrExp

public class BasePyNNIaFCell extends BasePyNNCell implements org.jvnet.jaxb2_commons.lang.ToString2
Base type of any PyNN standard integrate and fire model \n :param tau_refrac: :type tau_refrac: none :param v_thresh: :type v_thresh: none :param tau_m: :type tau_m: none :param v_rest: :type v_rest: none :param v_reset: :type v_reset: none :param cm: :type cm: none :param i_offset: :type i_offset: none :param tau_syn_E: This parameter is never used in the NeuroML2 description of this cell! Any synapse producing a current can be placed on this cell :type tau_syn_E: none :param tau_syn_I: This parameter is never used in the NeuroML2 description of this cell! Any synapse producing a current can be placed on this cell :type tau_syn_I: none :param v_init: :type v_init: none

Java class for basePyNNIaFCell complex type.

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

 <complexType name="basePyNNIaFCell">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}basePyNNCell">
       <attribute name="tau_m" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
       <attribute name="tau_refrac" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
       <attribute name="v_reset" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
       <attribute name="v_rest" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
       <attribute name="v_thresh" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • tauM

      protected float tauM
    • tauRefrac

      protected float tauRefrac
    • vReset

      protected float vReset
    • vRest

      protected float vRest
    • vThresh

      protected float vThresh
  • Constructor Details

    • BasePyNNIaFCell

      public BasePyNNIaFCell()
  • Method Details

    • getTauM

      public float getTauM()
      Gets the value of the tauM property.
    • setTauM

      public void setTauM(float value)
      Sets the value of the tauM property.
    • getTauRefrac

      public float getTauRefrac()
      Gets the value of the tauRefrac property.
    • setTauRefrac

      public void setTauRefrac(float value)
      Sets the value of the tauRefrac property.
    • getVReset

      public float getVReset()
      Gets the value of the vReset property.
    • setVReset

      public void setVReset(float value)
      Sets the value of the vReset property.
    • getVRest

      public float getVRest()
      Gets the value of the vRest property.
    • setVRest

      public void setVRest(float value)
      Sets the value of the vRest property.
    • getVThresh

      public float getVThresh()
      Gets the value of the vThresh property.
    • setVThresh

      public void setVThresh(float value)
      Sets the value of the vThresh property.
    • toString

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