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 HHTimeGateFractionalSubgate.timeCourseprotected HHTimeGateHHRatesTau.timeCourseprotected HHTimeGateHHRatesTauInf.timeCourseprotected HHTimeGateHHTauInf.timeCourseprotected HHTimeGateHHUndetermined.timeCourseprotected HHTimeTauInfTransition.timeCourseMethods in org.neuroml.model that return HHTimeModifier and TypeMethodDescriptionObjectFactory.createHHTime()Create an instance ofHHTimeGateFractionalSubgate.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 TypeMethodDescriptionvoidGateFractionalSubgate.setTimeCourse(HHTime value) Sets the value of the timeCourse property.voidGateHHRatesTau.setTimeCourse(HHTime value) Sets the value of the timeCourse property.voidGateHHRatesTauInf.setTimeCourse(HHTime value) Sets the value of the timeCourse property.voidGateHHTauInf.setTimeCourse(HHTime value) Sets the value of the timeCourse property.voidGateHHUndetermined.setTimeCourse(HHTime value) Sets the value of the timeCourse property.voidTauInfTransition.setTimeCourse(HHTime value) Sets the value of the timeCourse property.