neuroml.channel
Class DecayingPoolModel

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

public class DecayingPoolModel
extends java.lang.Object

Element for parameters in a decaying pool model of ion concentration (e.g. calcium pool)

Java class for DecayingPoolModel complex type.

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

 <complexType name="DecayingPoolModel">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="resting_conc" type="{http://morphml.org/biophysics/schema}ConcentrationValue"/>
         <element name="decay_constant" type="{http://morphml.org/biophysics/schema}TimeConstantValue"/>
         <sequence>
           <element name="pool_volume_info" type="{http://morphml.org/channelml/schema}PoolVolumeInfo"/>
         </sequence>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  double decayConstant
           
protected  PoolVolumeInfo poolVolumeInfo
           
protected  double restingConc
           
 
Constructor Summary
DecayingPoolModel()
           
 
Method Summary
 double getDecayConstant()
          Gets the value of the decayConstant property.
 PoolVolumeInfo getPoolVolumeInfo()
          Gets the value of the poolVolumeInfo property.
 double getRestingConc()
          Gets the value of the restingConc property.
 void setDecayConstant(double value)
          Sets the value of the decayConstant property.
 void setPoolVolumeInfo(PoolVolumeInfo value)
          Sets the value of the poolVolumeInfo property.
 void setRestingConc(double value)
          Sets the value of the restingConc property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

restingConc

protected double restingConc

decayConstant

protected double decayConstant

poolVolumeInfo

protected PoolVolumeInfo poolVolumeInfo
Constructor Detail

DecayingPoolModel

public DecayingPoolModel()
Method Detail

getRestingConc

public double getRestingConc()
Gets the value of the restingConc property.


setRestingConc

public void setRestingConc(double value)
Sets the value of the restingConc property.


getDecayConstant

public double getDecayConstant()
Gets the value of the decayConstant property.


setDecayConstant

public void setDecayConstant(double value)
Sets the value of the decayConstant property.


getPoolVolumeInfo

public PoolVolumeInfo getPoolVolumeInfo()
Gets the value of the poolVolumeInfo property.

Returns:
possible object is PoolVolumeInfo

setPoolVolumeInfo

public void setPoolVolumeInfo(PoolVolumeInfo value)
Sets the value of the poolVolumeInfo property.

Parameters:
value - allowed object is PoolVolumeInfo


NeuroML API (v1.4)