Class AlphaCurrentSynapse

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

public class AlphaCurrentSynapse extends BaseCurrentBasedSynapse implements org.jvnet.jaxb2_commons.lang.ToString2
Alpha current synapse: rise time and decay time are both **tau.** \n :param tau: Time course for rise and decay :type tau: time :param ibase: Baseline current increase after receiving a spike :type ibase: current

Java class for AlphaCurrentSynapse complex type.

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

 <complexType name="AlphaCurrentSynapse">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}BaseCurrentBasedSynapse">
       <attribute name="tau" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_time" />
       <attribute name="ibase" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_current" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • AlphaCurrentSynapse

      public AlphaCurrentSynapse()
  • Method Details

    • getTau

      public String getTau()
      Gets the value of the tau property.
      Returns:
      possible object is String
    • setTau

      public void setTau(String value)
      Sets the value of the tau property.
      Parameters:
      value - allowed object is String
    • getIbase

      public String getIbase()
      Gets the value of the ibase property.
      Returns:
      possible object is String
    • setIbase

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

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