Package org.neuroml.export.info.model
Class HHRateProcessor
java.lang.Object
org.neuroml.export.info.model.HHRateProcessor
-
Constructor Summary
ConstructorsConstructorDescriptionHHRateProcessor(org.neuroml.model.GateHHRates g) HHRateProcessor(org.neuroml.model.GateHHUndetermined g) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoid
-
Constructor Details
-
HHRateProcessor
public HHRateProcessor(org.neuroml.model.GateHHRates g) -
HHRateProcessor
public HHRateProcessor(org.neuroml.model.GateHHUndetermined g)
-
-
Method Details
-
getForwardRate
- Returns:
- the _fwd
-
setForwardRate
- Parameters:
fwd- the _fwd to set
-
getReverseRate
- Returns:
- the _rev
-
setReverseRate
- Parameters:
rev- the _rev to set
-