Uses of Class
org.neuroml1.model.channel.ConcDependence
Packages that use ConcDependence
-
Uses of ConcDependence in org.neuroml1.model.channel
Fields in org.neuroml1.model.channel declared as ConcDependenceModifier and TypeFieldDescriptionprotected ConcDependence
CurrentVoltageRelation.concDependence
protected ConcDependence
DeprecatedVoltageConcGate.concDependence
Methods in org.neuroml1.model.channel that return ConcDependenceModifier and TypeMethodDescriptionObjectFactory.createConcDependence()
Create an instance ofConcDependence
CurrentVoltageRelation.getConcDependence()
Gets the value of the concDependence property.DeprecatedVoltageConcGate.getConcDependence()
Gets the value of the concDependence property.Methods in org.neuroml1.model.channel with parameters of type ConcDependenceModifier and TypeMethodDescriptionvoid
CurrentVoltageRelation.setConcDependence
(ConcDependence value) Sets the value of the concDependence property.void
DeprecatedVoltageConcGate.setConcDependence
(ConcDependence value) Sets the value of the concDependence property.