|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectneuroml.channel.RateAdjustments
public class RateAdjustments
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 |
---|
protected RateAdjustments.Q10Settings q10Settings
protected RateAdjustments.Offset offset
Constructor Detail |
---|
public RateAdjustments()
Method Detail |
---|
public RateAdjustments.Q10Settings getQ10Settings()
RateAdjustments.Q10Settings
public void setQ10Settings(RateAdjustments.Q10Settings value)
value
- allowed object is
RateAdjustments.Q10Settings
public RateAdjustments.Offset getOffset()
RateAdjustments.Offset
public void setOffset(RateAdjustments.Offset value)
value
- allowed object is
RateAdjustments.Offset
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |