Package org.neuroml.export.info.model
Class HHRateProcessor
- java.lang.Object
-
- org.neuroml.export.info.model.HHRateProcessor
-
public class HHRateProcessor extends Object
-
-
Constructor Summary
Constructors Constructor Description HHRateProcessor(org.neuroml.model.GateHHRates g)HHRateProcessor(org.neuroml.model.GateHHUndetermined g)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChannelMLHHExpressiongetForwardRate()ChannelMLHHExpressiongetReverseRate()voidsetForwardRate(ChannelMLHHExpression fwd)voidsetReverseRate(ChannelMLHHExpression rev)
-
-
-
Method Detail
-
getForwardRate
public ChannelMLHHExpression getForwardRate()
- Returns:
- the _fwd
-
setForwardRate
public void setForwardRate(ChannelMLHHExpression fwd)
- Parameters:
fwd- the _fwd to set
-
getReverseRate
public ChannelMLHHExpression getReverseRate()
- Returns:
- the _rev
-
setReverseRate
public void setReverseRate(ChannelMLHHExpression rev)
- Parameters:
rev- the _rev to set
-
-