Class ExpOneSynapse

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

public class ExpOneSynapse extends BaseConductanceBasedSynapse implements org.jvnet.jaxb2_commons.lang.ToString2
Ohmic synapse model whose conductance rises instantaneously by ( **gbase** * **weight** ) on receiving an event, and which decays exponentially to zero with time course **tauDecay** \n :param tauDecay: Time course of decay :type tauDecay: time :param gbase: Baseline conductance, generally the maximum conductance following a single spike :type gbase: conductance :param erev: Reversal potential of the synapse :type erev: voltage

Java class for ExpOneSynapse complex type.

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

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

    • tauDecay

      protected String tauDecay
  • Constructor Details

    • ExpOneSynapse

      public ExpOneSynapse()
  • Method Details

    • getTauDecay

      public String getTauDecay()
      Gets the value of the tauDecay property.
      Returns:
      possible object is String
    • setTauDecay

      public void setTauDecay(String value)
      Sets the value of the tauDecay property.
      Parameters:
      value - allowed object is String
    • toString

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