neuroml.channel
Class Block

java.lang.Object
  extended by neuroml.channel.Block

public class Block
extends java.lang.Object

Specification for the influence of a blocking species on the conductance of a BlockingSynapse. 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 Block complex type.

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

 <complexType name="Block">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="conc" use="required" type="{http://morphml.org/biophysics/schema}ConcentrationValue" />
       <attribute name="eta" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="gamma" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="species" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  double conc
           
protected  double eta
           
protected  double gamma
           
protected  java.lang.String species
           
 
Constructor Summary
Block()
           
 
Method Summary
 double getConc()
          Gets the value of the conc property.
 double getEta()
          Gets the value of the eta property.
 double getGamma()
          Gets the value of the gamma property.
 java.lang.String getSpecies()
          Gets the value of the species property.
 void setConc(double value)
          Sets the value of the conc property.
 void setEta(double value)
          Sets the value of the eta property.
 void setGamma(double value)
          Sets the value of the gamma property.
 void setSpecies(java.lang.String value)
          Sets the value of the species property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

conc

protected double conc

eta

protected double eta

gamma

protected double gamma

species

protected java.lang.String species
Constructor Detail

Block

public Block()
Method Detail

getConc

public double getConc()
Gets the value of the conc property.


setConc

public void setConc(double value)
Sets the value of the conc property.


getEta

public double getEta()
Gets the value of the eta property.


setEta

public void setEta(double value)
Sets the value of the eta property.


getGamma

public double getGamma()
Gets the value of the gamma property.


setGamma

public void setGamma(double value)
Sets the value of the gamma property.


getSpecies

public java.lang.String getSpecies()
Gets the value of the species property.

Returns:
possible object is String

setSpecies

public void setSpecies(java.lang.String value)
Sets the value of the species property.

Parameters:
value - allowed object is String


NeuroML API (v1.4)