Class BaseConductanceBasedSynapseTwo

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
Direct Known Subclasses:
ExpThreeSynapse

public class BaseConductanceBasedSynapseTwo extends BaseVoltageDepSynapse implements org.jvnet.jaxb2_commons.lang.ToString2
Synapse model suited for a sum of two expTwoSynapses which exposes a conductance **g** in addition to producing a current. Not necessarily ohmic!! cno_0000027 \n :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 BaseConductanceBasedSynapseTwo complex type.

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

 <complexType name="BaseConductanceBasedSynapseTwo">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}BaseVoltageDepSynapse">
       <attribute name="gbase1" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_conductance" />
       <attribute name="gbase2" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_conductance" />
       <attribute name="erev" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_voltage" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • gbase1

      protected String gbase1
    • gbase2

      protected String gbase2
    • erev

      protected String erev
  • Constructor Details

    • BaseConductanceBasedSynapseTwo

      public BaseConductanceBasedSynapseTwo()
  • Method Details

    • getGbase1

      public String getGbase1()
      Gets the value of the gbase1 property.
      Returns:
      possible object is String
    • setGbase1

      public void setGbase1(String value)
      Sets the value of the gbase1 property.
      Parameters:
      value - allowed object is String
    • getGbase2

      public String getGbase2()
      Gets the value of the gbase2 property.
      Returns:
      possible object is String
    • setGbase2

      public void setGbase2(String value)
      Sets the value of the gbase2 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 BaseVoltageDepSynapse
    • 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 BaseVoltageDepSynapse
    • 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 BaseVoltageDepSynapse