|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectneuroml.channel.VoltageConcGate
public class VoltageConcGate
Definition of a mechanics of a gate which depends on voltage and concentration (e.g. Calcium conc dependent K channel). Normally this will be specified as rate equations for alpha and beta (in terms of v and conc), or for tau and inf
Java class for VoltageConcGate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VoltageConcGate"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="conc_dependence" type="{http://morphml.org/channelml/schema}ConcDependence"/> <group ref="{http://morphml.org/channelml/schema}AlphaBetaFormVoltConcDep" minOccurs="0"/> <element name="tau" type="{http://morphml.org/channelml/schema}RateConstVoltConcDep" minOccurs="0"/> <element name="inf" type="{http://morphml.org/channelml/schema}RateConstVoltConcDep" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected RateConstVoltConcDep |
alpha
|
protected RateConstVoltConcDep |
beta
|
protected ConcDependence |
concDependence
|
protected RateConstVoltConcDep |
inf
|
protected RateConstVoltConcDep |
tau
|
Constructor Summary | |
---|---|
VoltageConcGate()
|
Method Summary | |
---|---|
RateConstVoltConcDep |
getAlpha()
Gets the value of the alpha property. |
RateConstVoltConcDep |
getBeta()
Gets the value of the beta property. |
ConcDependence |
getConcDependence()
Gets the value of the concDependence property. |
RateConstVoltConcDep |
getInf()
Gets the value of the inf property. |
RateConstVoltConcDep |
getTau()
Gets the value of the tau property. |
void |
setAlpha(RateConstVoltConcDep value)
Sets the value of the alpha property. |
void |
setBeta(RateConstVoltConcDep value)
Sets the value of the beta property. |
void |
setConcDependence(ConcDependence value)
Sets the value of the concDependence property. |
void |
setInf(RateConstVoltConcDep value)
Sets the value of the inf property. |
void |
setTau(RateConstVoltConcDep 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 ConcDependence concDependence
protected RateConstVoltConcDep alpha
protected RateConstVoltConcDep beta
protected RateConstVoltConcDep tau
protected RateConstVoltConcDep inf
Constructor Detail |
---|
public VoltageConcGate()
Method Detail |
---|
public ConcDependence getConcDependence()
ConcDependence
public void setConcDependence(ConcDependence value)
value
- allowed object is
ConcDependence
public RateConstVoltConcDep getAlpha()
RateConstVoltConcDep
public void setAlpha(RateConstVoltConcDep value)
value
- allowed object is
RateConstVoltConcDep
public RateConstVoltConcDep getBeta()
RateConstVoltConcDep
public void setBeta(RateConstVoltConcDep value)
value
- allowed object is
RateConstVoltConcDep
public RateConstVoltConcDep getTau()
RateConstVoltConcDep
public void setTau(RateConstVoltConcDep value)
value
- allowed object is
RateConstVoltConcDep
public RateConstVoltConcDep getInf()
RateConstVoltConcDep
public void setInf(RateConstVoltConcDep value)
value
- allowed object is
RateConstVoltConcDep
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |