neuroml.channel
Class RateAdjustments

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

public class RateAdjustments
extends java.lang.Object

Adjustments necessary to all the rate equations, e.g temperature dependencies, voltage offsets introduced when moving between species, etc. See the XSL mappings for more information on the meaning of these adjustments

Java class for RateAdjustments complex type.

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

 <complexType name="RateAdjustments">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="q10_settings" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="experimental_temp" type="{http://morphml.org/biophysics/schema}TemperatureValue" />
                 <attribute name="q10_factor" type="{http://www.w3.org/2001/XMLSchema}double" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="offset" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="value" type="{http://morphml.org/biophysics/schema}VoltageValue" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class RateAdjustments.Offset
          Java class for anonymous complex type.
static class RateAdjustments.Q10Settings
          Java class for anonymous complex type.
 
Field Summary
protected  RateAdjustments.Offset offset
           
protected  RateAdjustments.Q10Settings q10Settings
           
 
Constructor Summary
RateAdjustments()
           
 
Method Summary
 RateAdjustments.Offset getOffset()
          Gets the value of the offset property.
 RateAdjustments.Q10Settings getQ10Settings()
          Gets the value of the q10Settings property.
 void setOffset(RateAdjustments.Offset value)
          Sets the value of the offset property.
 void setQ10Settings(RateAdjustments.Q10Settings value)
          Sets the value of the q10Settings property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

q10Settings

protected RateAdjustments.Q10Settings q10Settings

offset

protected RateAdjustments.Offset offset
Constructor Detail

RateAdjustments

public RateAdjustments()
Method Detail

getQ10Settings

public RateAdjustments.Q10Settings getQ10Settings()
Gets the value of the q10Settings property.

Returns:
possible object is RateAdjustments.Q10Settings

setQ10Settings

public void setQ10Settings(RateAdjustments.Q10Settings value)
Sets the value of the q10Settings property.

Parameters:
value - allowed object is RateAdjustments.Q10Settings

getOffset

public RateAdjustments.Offset getOffset()
Gets the value of the offset property.

Returns:
possible object is RateAdjustments.Offset

setOffset

public void setOffset(RateAdjustments.Offset value)
Sets the value of the offset property.

Parameters:
value - allowed object is RateAdjustments.Offset


NeuroML API (v1.4)