Uses of Class
org.neuroml1.model.channel.DeprecatedRateConstantEqnChoice
Packages that use DeprecatedRateConstantEqnChoice
-
Uses of DeprecatedRateConstantEqnChoice in org.neuroml1.model.channel
Fields in org.neuroml1.model.channel declared as DeprecatedRateConstantEqnChoiceModifier and TypeFieldDescriptionprotected DeprecatedRateConstantEqnChoice
DeprecatedVoltageGate.alpha
protected DeprecatedRateConstantEqnChoice
DeprecatedVoltageGate.beta
protected DeprecatedRateConstantEqnChoice
DeprecatedVoltageConcGate.gamma
protected DeprecatedRateConstantEqnChoice
DeprecatedVoltageGate.gamma
protected DeprecatedRateConstantEqnChoice
DeprecatedVoltageGate.inf
protected DeprecatedRateConstantEqnChoice
DeprecatedVoltageGate.tau
protected DeprecatedRateConstantEqnChoice
DeprecatedVoltageConcGate.zeta
protected DeprecatedRateConstantEqnChoice
DeprecatedVoltageGate.zeta
Methods in org.neuroml1.model.channel that return DeprecatedRateConstantEqnChoiceModifier and TypeMethodDescriptionObjectFactory.createDeprecatedRateConstantEqnChoice()
Create an instance ofDeprecatedRateConstantEqnChoice
DeprecatedVoltageGate.getAlpha()
Gets the value of the alpha property.DeprecatedVoltageGate.getBeta()
Gets the value of the beta property.DeprecatedVoltageConcGate.getGamma()
Gets the value of the gamma property.DeprecatedVoltageGate.getGamma()
Gets the value of the gamma property.DeprecatedVoltageGate.getInf()
Gets the value of the inf property.DeprecatedVoltageGate.getTau()
Gets the value of the tau property.DeprecatedVoltageConcGate.getZeta()
Gets the value of the zeta property.DeprecatedVoltageGate.getZeta()
Gets the value of the zeta property.Methods in org.neuroml1.model.channel with parameters of type DeprecatedRateConstantEqnChoiceModifier and TypeMethodDescriptionvoid
DeprecatedVoltageGate.setAlpha
(DeprecatedRateConstantEqnChoice value) Sets the value of the alpha property.void
DeprecatedVoltageGate.setBeta
(DeprecatedRateConstantEqnChoice value) Sets the value of the beta property.void
DeprecatedVoltageConcGate.setGamma
(DeprecatedRateConstantEqnChoice value) Sets the value of the gamma property.void
DeprecatedVoltageGate.setGamma
(DeprecatedRateConstantEqnChoice value) Sets the value of the gamma property.void
DeprecatedVoltageGate.setInf
(DeprecatedRateConstantEqnChoice value) Sets the value of the inf property.void
DeprecatedVoltageGate.setTau
(DeprecatedRateConstantEqnChoice value) Sets the value of the tau property.void
DeprecatedVoltageConcGate.setZeta
(DeprecatedRateConstantEqnChoice value) Sets the value of the zeta property.void
DeprecatedVoltageGate.setZeta
(DeprecatedRateConstantEqnChoice value) Sets the value of the zeta property.