Class BlockingPlasticSynapse

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

public class BlockingPlasticSynapse extends ExpTwoSynapse implements org.jvnet.jaxb2_commons.lang.ToString2
Biexponential synapse that allows for optional block and plasticity mechanisms, which can be expressed as child elements. \n :param tauRise: :type tauRise: time :param tauDecay: :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 BlockingPlasticSynapse complex type.

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

 <complexType name="BlockingPlasticSynapse">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}ExpTwoSynapse">
       <sequence>
         <element name="plasticityMechanism" type="{http://www.neuroml.org/schema/neuroml2}PlasticityMechanism" minOccurs="0"/>
         <element name="blockMechanism" type="{http://www.neuroml.org/schema/neuroml2}BlockMechanism" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • BlockingPlasticSynapse

      public BlockingPlasticSynapse()
  • Method Details

    • getPlasticityMechanism

      public PlasticityMechanism getPlasticityMechanism()
      Gets the value of the plasticityMechanism property.
      Returns:
      possible object is PlasticityMechanism
    • setPlasticityMechanism

      public void setPlasticityMechanism(PlasticityMechanism value)
      Sets the value of the plasticityMechanism property.
      Parameters:
      value - allowed object is PlasticityMechanism
    • getBlockMechanism

      public BlockMechanism getBlockMechanism()
      Gets the value of the blockMechanism property.
      Returns:
      possible object is BlockMechanism
    • setBlockMechanism

      public void setBlockMechanism(BlockMechanism value)
      Sets the value of the blockMechanism property.
      Parameters:
      value - allowed object is BlockMechanism
    • toString

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