Uses of Class
org.neuroml1.model.channel.DeprecatedRateConstVoltConcDep
Packages that use DeprecatedRateConstVoltConcDep
-
Uses of DeprecatedRateConstVoltConcDep in org.neuroml1.model.channel
Fields in org.neuroml1.model.channel declared as DeprecatedRateConstVoltConcDepModifier and TypeFieldDescriptionprotected DeprecatedRateConstVoltConcDep
DeprecatedVoltageConcGate.alpha
protected DeprecatedRateConstVoltConcDep
DeprecatedVoltageConcGate.beta
protected DeprecatedRateConstVoltConcDep
DeprecatedVoltageConcGate.inf
protected DeprecatedRateConstVoltConcDep
DeprecatedVoltageConcGate.tau
Methods in org.neuroml1.model.channel that return DeprecatedRateConstVoltConcDepModifier and TypeMethodDescriptionObjectFactory.createDeprecatedRateConstVoltConcDep()
Create an instance ofDeprecatedRateConstVoltConcDep
DeprecatedVoltageConcGate.getAlpha()
Gets the value of the alpha property.DeprecatedVoltageConcGate.getBeta()
Gets the value of the beta property.DeprecatedVoltageConcGate.getInf()
Gets the value of the inf property.DeprecatedVoltageConcGate.getTau()
Gets the value of the tau property.Methods in org.neuroml1.model.channel with parameters of type DeprecatedRateConstVoltConcDepModifier and TypeMethodDescriptionvoid
DeprecatedVoltageConcGate.setAlpha
(DeprecatedRateConstVoltConcDep value) Sets the value of the alpha property.void
DeprecatedVoltageConcGate.setBeta
(DeprecatedRateConstVoltConcDep value) Sets the value of the beta property.void
DeprecatedVoltageConcGate.setInf
(DeprecatedRateConstVoltConcDep value) Sets the value of the inf property.void
DeprecatedVoltageConcGate.setTau
(DeprecatedRateConstVoltConcDep value) Sets the value of the tau property.