Uses of Class
org.neuroml.model.HHVariable
-
Uses of HHVariable in org.neuroml.model
Modifier 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
Modifier 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.Modifier 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.