Package org.neuroml.export.info.model
Class HHTauInfProcessor
- java.lang.Object
-
- org.neuroml.export.info.model.HHTauInfProcessor
-
public class HHTauInfProcessor extends Object
-
-
Constructor Summary
Constructors Constructor Description HHTauInfProcessor(org.neuroml.model.GateHHTauInf g)
HHTauInfProcessor(org.neuroml.model.GateHHUndetermined g)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChannelMLHHExpression
getSteadyState()
ChannelMLHHExpression
getTimeCourse()
void
setTimeCourse(ChannelMLHHExpression tau)
-
-
-
Method Detail
-
getTimeCourse
public ChannelMLHHExpression getTimeCourse()
- Returns:
- the _tau
-
setTimeCourse
public void setTimeCourse(ChannelMLHHExpression tau)
- Parameters:
tau
- the _tau to set
-
getSteadyState
public ChannelMLHHExpression getSteadyState()
- Returns:
- the _inf
-
-