neuroml.channel
Class BlockingSynapse

java.lang.Object
  extended by neuroml.channel.DoubleExponentialSynapse
      extended by neuroml.channel.BlockingSynapse

public class BlockingSynapse
extends DoubleExponentialSynapse

A synaptic mechanism whose conductance can be blocked by the presence of a specific species (ion/molecule). Based on the mechanism for blocking of an NMDA receptor by Mg as outlined in Gabbiani et al, 1994, Maex DeSchutter 1998

Java class for BlockingSynapse complex type.

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

 <complexType name="BlockingSynapse">
   <complexContent>
     <extension base="{http://morphml.org/channelml/schema}DoubleExponentialSynapse">
       <sequence>
         <element name="block" type="{http://morphml.org/channelml/schema}Block"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  Block block
           
 
Fields inherited from class neuroml.channel.DoubleExponentialSynapse
annotation, decayTime, group, maxConductance, notes, properties, reversalPotential, riseTime
 
Constructor Summary
BlockingSynapse()
           
 
Method Summary
 Block getBlock()
          Gets the value of the block property.
 void setBlock(Block value)
          Sets the value of the block property.
 
Methods inherited from class neuroml.channel.DoubleExponentialSynapse
getAnnotation, getDecayTime, getGroup, getMaxConductance, getNotes, getProperties, getReversalPotential, getRiseTime, setAnnotation, setDecayTime, setMaxConductance, setNotes, setProperties, setReversalPotential, setRiseTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

block

protected Block block
Constructor Detail

BlockingSynapse

public BlockingSynapse()
Method Detail

getBlock

public Block getBlock()
Gets the value of the block property.

Returns:
possible object is Block

setBlock

public void setBlock(Block value)
Sets the value of the block property.

Parameters:
value - allowed object is Block


NeuroML API (v1.4)