|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.nengo.model.neuron.impl.LinearSynapticIntegrator.Factory
public static class LinearSynapticIntegrator.Factory
Constructor Summary | |
---|---|
LinearSynapticIntegrator.Factory()
|
Method Summary | |
---|---|
float |
getMaxTimeStep()
|
Units |
getUnits()
|
SynapticIntegrator |
make()
|
void |
setMaxTimeStep(float maxTimeStep)
|
void |
setUnits(Units units)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LinearSynapticIntegrator.Factory()
Method Detail |
---|
public Units getUnits()
public void setUnits(Units units)
units
- Units of output current valuepublic float getMaxTimeStep()
public void setMaxTimeStep(float maxTimeStep)
maxTimeStep
- Maximum time step taken by the synaptic integrators produced here,
regardless of network time steppublic SynapticIntegrator make()
make
in interface SynapticIntegratorFactory
SynapticIntegratorFactory.make()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |