Uses of Class
org.neuroml.export.info.model.ChannelMLHHExpression
-
Packages that use ChannelMLHHExpression Package Description org.neuroml.export.info.model -
-
Uses of ChannelMLHHExpression in org.neuroml.export.info.model
Methods in org.neuroml.export.info.model that return ChannelMLHHExpression Modifier and Type Method Description ChannelMLHHExpression
HHRateProcessor. getForwardRate()
ChannelMLHHExpression
HHRateProcessor. getReverseRate()
ChannelMLHHExpression
HHTauInfProcessor. getSteadyState()
ChannelMLHHExpression
HHTauInfProcessor. getTimeCourse()
Methods in org.neuroml.export.info.model with parameters of type ChannelMLHHExpression Modifier and Type Method Description void
HHRateProcessor. setForwardRate(ChannelMLHHExpression fwd)
void
HHRateProcessor. setReverseRate(ChannelMLHHExpression rev)
void
HHTauInfProcessor. setTimeCourse(ChannelMLHHExpression tau)
-