neuroml.channel
Class VoltageConcGate

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

public class VoltageConcGate
extends java.lang.Object

Definition of a mechanics of a gate which depends on voltage and concentration (e.g. Calcium conc dependent K channel). Normally this will be specified as rate equations for alpha and beta (in terms of v and conc), or for tau and inf

Java class for VoltageConcGate complex type.

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

 <complexType name="VoltageConcGate">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="conc_dependence" type="{http://morphml.org/channelml/schema}ConcDependence"/>
         <group ref="{http://morphml.org/channelml/schema}AlphaBetaFormVoltConcDep" minOccurs="0"/>
         <element name="tau" type="{http://morphml.org/channelml/schema}RateConstVoltConcDep" minOccurs="0"/>
         <element name="inf" type="{http://morphml.org/channelml/schema}RateConstVoltConcDep" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  RateConstVoltConcDep alpha
           
protected  RateConstVoltConcDep beta
           
protected  ConcDependence concDependence
           
protected  RateConstVoltConcDep inf
           
protected  RateConstVoltConcDep tau
           
 
Constructor Summary
VoltageConcGate()
           
 
Method Summary
 RateConstVoltConcDep getAlpha()
          Gets the value of the alpha property.
 RateConstVoltConcDep getBeta()
          Gets the value of the beta property.
 ConcDependence getConcDependence()
          Gets the value of the concDependence property.
 RateConstVoltConcDep getInf()
          Gets the value of the inf property.
 RateConstVoltConcDep getTau()
          Gets the value of the tau property.
 void setAlpha(RateConstVoltConcDep value)
          Sets the value of the alpha property.
 void setBeta(RateConstVoltConcDep value)
          Sets the value of the beta property.
 void setConcDependence(ConcDependence value)
          Sets the value of the concDependence property.
 void setInf(RateConstVoltConcDep value)
          Sets the value of the inf property.
 void setTau(RateConstVoltConcDep value)
          Sets the value of the tau property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

concDependence

protected ConcDependence concDependence

alpha

protected RateConstVoltConcDep alpha

beta

protected RateConstVoltConcDep beta

tau

protected RateConstVoltConcDep tau

inf

protected RateConstVoltConcDep inf
Constructor Detail

VoltageConcGate

public VoltageConcGate()
Method Detail

getConcDependence

public ConcDependence getConcDependence()
Gets the value of the concDependence property.

Returns:
possible object is ConcDependence

setConcDependence

public void setConcDependence(ConcDependence value)
Sets the value of the concDependence property.

Parameters:
value - allowed object is ConcDependence

getAlpha

public RateConstVoltConcDep getAlpha()
Gets the value of the alpha property.

Returns:
possible object is RateConstVoltConcDep

setAlpha

public void setAlpha(RateConstVoltConcDep value)
Sets the value of the alpha property.

Parameters:
value - allowed object is RateConstVoltConcDep

getBeta

public RateConstVoltConcDep getBeta()
Gets the value of the beta property.

Returns:
possible object is RateConstVoltConcDep

setBeta

public void setBeta(RateConstVoltConcDep value)
Sets the value of the beta property.

Parameters:
value - allowed object is RateConstVoltConcDep

getTau

public RateConstVoltConcDep getTau()
Gets the value of the tau property.

Returns:
possible object is RateConstVoltConcDep

setTau

public void setTau(RateConstVoltConcDep value)
Sets the value of the tau property.

Parameters:
value - allowed object is RateConstVoltConcDep

getInf

public RateConstVoltConcDep getInf()
Gets the value of the inf property.

Returns:
possible object is RateConstVoltConcDep

setInf

public void setInf(RateConstVoltConcDep value)
Sets the value of the inf property.

Parameters:
value - allowed object is RateConstVoltConcDep


NeuroML API (v1.4)