neuroml.channel
Class VoltageGate

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

public class VoltageGate
extends java.lang.Object

Definition of a voltage gate. Normally this will be specified as rate equations for alpha and beta, or for tau and inf

Java class for VoltageGate complex type.

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

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


Field Summary
protected  RateConstantEqnChoice alpha
           
protected  RateConstantEqnChoice beta
           
protected  RateConstantEqnChoice inf
           
protected  RateConstantEqnChoice tau
           
 
Constructor Summary
VoltageGate()
           
 
Method Summary
 RateConstantEqnChoice getAlpha()
          Gets the value of the alpha property.
 RateConstantEqnChoice getBeta()
          Gets the value of the beta property.
 RateConstantEqnChoice getInf()
          Gets the value of the inf property.
 RateConstantEqnChoice getTau()
          Gets the value of the tau property.
 void setAlpha(RateConstantEqnChoice value)
          Sets the value of the alpha property.
 void setBeta(RateConstantEqnChoice value)
          Sets the value of the beta property.
 void setInf(RateConstantEqnChoice value)
          Sets the value of the inf property.
 void setTau(RateConstantEqnChoice 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

alpha

protected RateConstantEqnChoice alpha

beta

protected RateConstantEqnChoice beta

tau

protected RateConstantEqnChoice tau

inf

protected RateConstantEqnChoice inf
Constructor Detail

VoltageGate

public VoltageGate()
Method Detail

getAlpha

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

Returns:
possible object is RateConstantEqnChoice

setAlpha

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

Parameters:
value - allowed object is RateConstantEqnChoice

getBeta

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

Returns:
possible object is RateConstantEqnChoice

setBeta

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

Parameters:
value - allowed object is RateConstantEqnChoice

getTau

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

Returns:
possible object is RateConstantEqnChoice

setTau

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

Parameters:
value - allowed object is RateConstantEqnChoice

getInf

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

Returns:
possible object is RateConstantEqnChoice

setInf

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

Parameters:
value - allowed object is RateConstantEqnChoice


NeuroML API (v1.4)