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
Fields inherited from class org.neuroml.model.ExpTwoSynapse
tauDecay, tauRise
Fields inherited from class org.neuroml.model.BaseConductanceBasedSynapse
erev, gbase
Fields inherited from class org.neuroml.model.BaseSynapse
neuroLexId
Fields inherited from class org.neuroml.model.Standalone
annotation, metaid, notes, property
-
Constructor Summary
-
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.void
setBlockMechanism
(BlockMechanism value) Sets the value of the blockMechanism property.void
Sets the value of the plasticityMechanism property.toString()
Methods inherited from class org.neuroml.model.ExpTwoSynapse
getTauDecay, getTauRise, setTauDecay, setTauRise
Methods inherited from class org.neuroml.model.BaseConductanceBasedSynapse
getErev, getGbase, setErev, setGbase
Methods inherited from class org.neuroml.model.BaseSynapse
getNeuroLexId, setNeuroLexId
Methods 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:
toString
in classExpTwoSynapse
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb2_commons.lang.ToString2
- Overrides:
append
in classExpTwoSynapse
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb2_commons.lang.ToString2
- Overrides:
appendFields
in classExpTwoSynapse
-