Uses of Class
org.neuroml.model.HHVariable
Packages that use HHVariable
-
Uses of HHVariable in org.neuroml.model
Fields in org.neuroml.model declared as HHVariableModifier and TypeFieldDescriptionprotected HHVariable
GateFractionalSubgate.steadyState
protected HHVariable
GateHHInstantaneous.steadyState
protected HHVariable
GateHHRatesInf.steadyState
protected HHVariable
GateHHRatesTauInf.steadyState
protected HHVariable
GateHHTauInf.steadyState
protected HHVariable
GateHHUndetermined.steadyState
protected HHVariable
TauInfTransition.steadyState
Methods in org.neuroml.model that return HHVariableModifier and TypeMethodDescriptionObjectFactory.createHHVariable()
Create an instance ofHHVariable
GateFractionalSubgate.getSteadyState()
Gets the value of the steadyState property.GateHHInstantaneous.getSteadyState()
Gets the value of the steadyState property.GateHHRatesInf.getSteadyState()
Gets the value of the steadyState property.GateHHRatesTauInf.getSteadyState()
Gets the value of the steadyState property.GateHHTauInf.getSteadyState()
Gets the value of the steadyState property.GateHHUndetermined.getSteadyState()
Gets the value of the steadyState property.TauInfTransition.getSteadyState()
Gets the value of the steadyState property.Methods in org.neuroml.model with parameters of type HHVariableModifier and TypeMethodDescriptionvoid
GateFractionalSubgate.setSteadyState
(HHVariable value) Sets the value of the steadyState property.void
GateHHInstantaneous.setSteadyState
(HHVariable value) Sets the value of the steadyState property.void
GateHHRatesInf.setSteadyState
(HHVariable value) Sets the value of the steadyState property.void
GateHHRatesTauInf.setSteadyState
(HHVariable value) Sets the value of the steadyState property.void
GateHHTauInf.setSteadyState
(HHVariable value) Sets the value of the steadyState property.void
GateHHUndetermined.setSteadyState
(HHVariable value) Sets the value of the steadyState property.void
TauInfTransition.setSteadyState
(HHVariable value) Sets the value of the steadyState property.