Uses of Class
org.neuroml.model.HHTime
Packages that use HHTime
-
Uses of HHTime in org.neuroml.model
Fields in org.neuroml.model declared as HHTimeModifier and TypeFieldDescriptionprotected HHTime
GateFractionalSubgate.timeCourse
protected HHTime
GateHHRatesTau.timeCourse
protected HHTime
GateHHRatesTauInf.timeCourse
protected HHTime
GateHHTauInf.timeCourse
protected HHTime
GateHHUndetermined.timeCourse
protected HHTime
TauInfTransition.timeCourse
Methods in org.neuroml.model that return HHTimeModifier and TypeMethodDescriptionObjectFactory.createHHTime()
Create an instance ofHHTime
GateFractionalSubgate.getTimeCourse()
Gets the value of the timeCourse property.GateHHRatesTau.getTimeCourse()
Gets the value of the timeCourse property.GateHHRatesTauInf.getTimeCourse()
Gets the value of the timeCourse property.GateHHTauInf.getTimeCourse()
Gets the value of the timeCourse property.GateHHUndetermined.getTimeCourse()
Gets the value of the timeCourse property.TauInfTransition.getTimeCourse()
Gets the value of the timeCourse property.Methods in org.neuroml.model with parameters of type HHTimeModifier and TypeMethodDescriptionvoid
GateFractionalSubgate.setTimeCourse
(HHTime value) Sets the value of the timeCourse property.void
GateHHRatesTau.setTimeCourse
(HHTime value) Sets the value of the timeCourse property.void
GateHHRatesTauInf.setTimeCourse
(HHTime value) Sets the value of the timeCourse property.void
GateHHTauInf.setTimeCourse
(HHTime value) Sets the value of the timeCourse property.void
GateHHUndetermined.setTimeCourse
(HHTime value) Sets the value of the timeCourse property.void
TauInfTransition.setTimeCourse
(HHTime value) Sets the value of the timeCourse property.