Package org.neuroml.model
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 Summary
FieldsFields inherited from class org.neuroml.model.ExpTwoSynapse
tauDecay, tauRiseFields inherited from class org.neuroml.model.BaseConductanceBasedSynapse
erev, gbaseFields inherited from class org.neuroml.model.BaseSynapse
neuroLexIdFields inherited from class org.neuroml.model.Standalone
annotation, metaid, notes, property -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) Gets the value of the blockMechanism property.Gets the value of the plasticityMechanism property.voidsetBlockMechanism(BlockMechanism value) Sets the value of the blockMechanism property.voidSets the value of the plasticityMechanism property.toString()Methods inherited from class org.neuroml.model.ExpTwoSynapse
getTauDecay, getTauRise, setTauDecay, setTauRiseMethods inherited from class org.neuroml.model.BaseConductanceBasedSynapse
getErev, getGbase, setErev, setGbaseMethods inherited from class org.neuroml.model.BaseSynapse
getNeuroLexId, setNeuroLexIdMethods inherited from class org.neuroml.model.Standalone
getAnnotation, getMetaid, getNotes, getProperty, setAnnotation, setMetaid, setNotes
-
Field Details
-
plasticityMechanism
-
blockMechanism
-
-
Constructor Details
-
BlockingPlasticSynapse
public BlockingPlasticSynapse()
-
-
Method Details
-
getPlasticityMechanism
Gets the value of the plasticityMechanism property.- Returns:
- possible object is
PlasticityMechanism
-
setPlasticityMechanism
Sets the value of the plasticityMechanism property.- Parameters:
value- allowed object isPlasticityMechanism
-
getBlockMechanism
Gets the value of the blockMechanism property.- Returns:
- possible object is
BlockMechanism
-
setBlockMechanism
Sets the value of the blockMechanism property.- Parameters:
value- allowed object isBlockMechanism
-
toString
- Overrides:
toStringin classExpTwoSynapse
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classExpTwoSynapse
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classExpTwoSynapse
-