Class BasePynnSynapse

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
Direct Known Subclasses:
AlphaCondSynapse, AlphaCurrSynapse, ExpCondSynapse, ExpCurrSynapse

public class BasePynnSynapse extends BaseSynapse implements org.jvnet.jaxb2_commons.lang.ToString2
Base type for all PyNN synapses. Note, the current **I** produced is dimensionless, but it requires a membrane potential **v** with dimension voltage \n :param tau_syn: :type tau_syn: none

Java class for BasePynnSynapse complex type.

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

 <complexType name="BasePynnSynapse">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}BaseSynapse">
       <attribute name="tau_syn" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • tauSyn

      protected float tauSyn
  • Constructor Details

    • BasePynnSynapse

      public BasePynnSynapse()
  • Method Details

    • getTauSyn

      public float getTauSyn()
      Gets the value of the tauSyn property.
    • setTauSyn

      public void setTauSyn(float value)
      Sets the value of the tauSyn property.
    • toString

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