Uses of Class
org.neuroml1.model.channel.DeprecatedGenericEquation
Packages that use DeprecatedGenericEquation
-
Uses of DeprecatedGenericEquation in org.neuroml1.model.channel
Fields in org.neuroml1.model.channel declared as DeprecatedGenericEquationModifier and TypeFieldDescriptionprotected DeprecatedGenericEquation
DeprecatedRateConstantEqnChoice.generic
protected DeprecatedGenericEquation
DeprecatedRateConstVoltConcDep.generic
protected DeprecatedGenericEquation
DeprecatedRateConstantEqnChoice.genericEquationHh
protected DeprecatedGenericEquation
DeprecatedRateConstVoltConcDep.genericEquationHh
Methods in org.neuroml1.model.channel that return DeprecatedGenericEquationModifier and TypeMethodDescriptionObjectFactory.createDeprecatedGenericEquation()
Create an instance ofDeprecatedGenericEquation
DeprecatedRateConstantEqnChoice.getGeneric()
Gets the value of the generic property.DeprecatedRateConstVoltConcDep.getGeneric()
Gets the value of the generic property.DeprecatedRateConstantEqnChoice.getGenericEquationHh()
Gets the value of the genericEquationHh property.DeprecatedRateConstVoltConcDep.getGenericEquationHh()
Gets the value of the genericEquationHh property.Methods in org.neuroml1.model.channel with parameters of type DeprecatedGenericEquationModifier and TypeMethodDescriptionvoid
DeprecatedRateConstantEqnChoice.setGeneric
(DeprecatedGenericEquation value) Sets the value of the generic property.void
DeprecatedRateConstVoltConcDep.setGeneric
(DeprecatedGenericEquation value) Sets the value of the generic property.void
DeprecatedRateConstantEqnChoice.setGenericEquationHh
(DeprecatedGenericEquation value) Sets the value of the genericEquationHh property.void
DeprecatedRateConstVoltConcDep.setGenericEquationHh
(DeprecatedGenericEquation value) Sets the value of the genericEquationHh property.