Class ExpThreeSynapse

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

public class ExpThreeSynapse extends BaseConductanceBasedSynapseTwo implements org.jvnet.jaxb2_commons.lang.ToString2
Ohmic synapse similar to expTwoSynapse but consisting of two components that can differ in decay times and max conductances but share the same rise time. \n :param tauRise: :type tauRise: time :param tauDecay1: :type tauDecay1: time :param tauDecay2: :type tauDecay2: time :param gbase1: Baseline conductance 1 :type gbase1: conductance :param gbase2: Baseline conductance 2 :type gbase2: conductance :param erev: Reversal potential of the synapse :type erev: voltage

Java class for ExpThreeSynapse complex type.

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

 <complexType name="ExpThreeSynapse">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}BaseConductanceBasedSynapseTwo">
       <attribute name="tauDecay1" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_time" />
       <attribute name="tauDecay2" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_time" />
       <attribute name="tauRise" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_time" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • tauDecay1

      protected String tauDecay1
    • tauDecay2

      protected String tauDecay2
    • tauRise

      protected String tauRise
  • Constructor Details

    • ExpThreeSynapse

      public ExpThreeSynapse()
  • Method Details

    • getTauDecay1

      public String getTauDecay1()
      Gets the value of the tauDecay1 property.
      Returns:
      possible object is String
    • setTauDecay1

      public void setTauDecay1(String value)
      Sets the value of the tauDecay1 property.
      Parameters:
      value - allowed object is String
    • getTauDecay2

      public String getTauDecay2()
      Gets the value of the tauDecay2 property.
      Returns:
      possible object is String
    • setTauDecay2

      public void setTauDecay2(String value)
      Sets the value of the tauDecay2 property.
      Parameters:
      value - allowed object is String
    • getTauRise

      public String getTauRise()
      Gets the value of the tauRise property.
      Returns:
      possible object is String
    • setTauRise

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

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