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 HHVariableGateFractionalSubgate.steadyStateprotected HHVariableGateHHInstantaneous.steadyStateprotected HHVariableGateHHRatesInf.steadyStateprotected HHVariableGateHHRatesTauInf.steadyStateprotected HHVariableGateHHTauInf.steadyStateprotected HHVariableGateHHUndetermined.steadyStateprotected HHVariableTauInfTransition.steadyStateMethods in org.neuroml.model that return HHVariableModifier and TypeMethodDescriptionObjectFactory.createHHVariable()Create an instance ofHHVariableGateFractionalSubgate.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 TypeMethodDescriptionvoidGateFractionalSubgate.setSteadyState(HHVariable value) Sets the value of the steadyState property.voidGateHHInstantaneous.setSteadyState(HHVariable value) Sets the value of the steadyState property.voidGateHHRatesInf.setSteadyState(HHVariable value) Sets the value of the steadyState property.voidGateHHRatesTauInf.setSteadyState(HHVariable value) Sets the value of the steadyState property.voidGateHHTauInf.setSteadyState(HHVariable value) Sets the value of the steadyState property.voidGateHHUndetermined.setSteadyState(HHVariable value) Sets the value of the steadyState property.voidTauInfTransition.setSteadyState(HHVariable value) Sets the value of the steadyState property.