Uses of Class
org.neuroml1.model.channel.ConcFactor
Packages that use ConcFactor
-
Uses of ConcFactor in org.neuroml1.model.channel
Fields in org.neuroml1.model.channel declared as ConcFactorModifier and TypeFieldDescriptionprotected ConcFactor
CurrentVoltageRelation.concFactor
protected ConcFactor
DeprecatedOhmic.Conductance.concFactor
Methods in org.neuroml1.model.channel that return ConcFactorModifier and TypeMethodDescriptionObjectFactory.createConcFactor()
Create an instance ofConcFactor
CurrentVoltageRelation.getConcFactor()
Gets the value of the concFactor property.DeprecatedOhmic.Conductance.getConcFactor()
Gets the value of the concFactor property.Methods in org.neuroml1.model.channel with parameters of type ConcFactorModifier and TypeMethodDescriptionvoid
CurrentVoltageRelation.setConcFactor
(ConcFactor value) Sets the value of the concFactor property.void
DeprecatedOhmic.Conductance.setConcFactor
(ConcFactor value) Sets the value of the concFactor property.