|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectneuroml.channel.VoltageGate
public class VoltageGate
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 |
---|
protected RateConstantEqnChoice alpha
protected RateConstantEqnChoice beta
protected RateConstantEqnChoice tau
protected RateConstantEqnChoice inf
Constructor Detail |
---|
public VoltageGate()
Method Detail |
---|
public RateConstantEqnChoice getAlpha()
RateConstantEqnChoice
public void setAlpha(RateConstantEqnChoice value)
value
- allowed object is
RateConstantEqnChoice
public RateConstantEqnChoice getBeta()
RateConstantEqnChoice
public void setBeta(RateConstantEqnChoice value)
value
- allowed object is
RateConstantEqnChoice
public RateConstantEqnChoice getTau()
RateConstantEqnChoice
public void setTau(RateConstantEqnChoice value)
value
- allowed object is
RateConstantEqnChoice
public RateConstantEqnChoice getInf()
RateConstantEqnChoice
public void setInf(RateConstantEqnChoice value)
value
- allowed object is
RateConstantEqnChoice
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |