Class GradedSynapse

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

public class GradedSynapse extends BaseSynapse implements org.jvnet.jaxb2_commons.lang.ToString2
Graded/analog synapse. Based on synapse in Methods of http://www. nature.com/neuro/journal/v7/n12/abs/nn1352.html \n :param conductance: :type conductance: conductance :param delta: Slope of the activation curve :type delta: voltage :param k: Rate constant for transmitter-receptor dissociation rate :type k: per_time :param Vth: The half-activation voltage of the synapse :type Vth: voltage :param erev: The reversal potential of the synapse :type erev: voltage

Java class for GradedSynapse complex type.

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

 <complexType name="GradedSynapse">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}BaseSynapse">
       <attribute name="conductance" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_conductance" />
       <attribute name="delta" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_voltage" />
       <attribute name="Vth" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_voltage" />
       <attribute name="k" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_pertime" />
       <attribute name="erev" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_voltage" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • conductance

      protected String conductance
    • delta

      protected String delta
    • vth

      protected String vth
    • k

      protected String k
    • erev

      protected String erev
  • Constructor Details

    • GradedSynapse

      public GradedSynapse()
  • Method Details

    • getConductance

      public String getConductance()
      Gets the value of the conductance property.
      Returns:
      possible object is String
    • setConductance

      public void setConductance(String value)
      Sets the value of the conductance property.
      Parameters:
      value - allowed object is String
    • getDelta

      public String getDelta()
      Gets the value of the delta property.
      Returns:
      possible object is String
    • setDelta

      public void setDelta(String value)
      Sets the value of the delta property.
      Parameters:
      value - allowed object is String
    • getVth

      public String getVth()
      Gets the value of the vth property.
      Returns:
      possible object is String
    • setVth

      public void setVth(String value)
      Sets the value of the vth property.
      Parameters:
      value - allowed object is String
    • getK

      public String getK()
      Gets the value of the k property.
      Returns:
      possible object is String
    • setK

      public void setK(String value)
      Sets the value of the k property.
      Parameters:
      value - allowed object is String
    • getErev

      public String getErev()
      Gets the value of the erev property.
      Returns:
      possible object is String
    • setErev

      public void setErev(String value)
      Sets the value of the erev property.
      Parameters:
      value - allowed object is String
    • 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