Uses of Class
ca.nengo.model.neuron.impl.IzhikevichSpikeGenerator.Preset

Packages that use IzhikevichSpikeGenerator.Preset
ca.nengo.model.neuron.impl   
 

Uses of IzhikevichSpikeGenerator.Preset in ca.nengo.model.neuron.impl
 

Methods in ca.nengo.model.neuron.impl that return IzhikevichSpikeGenerator.Preset
 IzhikevichSpikeGenerator.Preset IzhikevichSpikeGenerator.getPreset()
           
static IzhikevichSpikeGenerator.Preset IzhikevichSpikeGenerator.Preset.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IzhikevichSpikeGenerator.Preset[] IzhikevichSpikeGenerator.Preset.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in ca.nengo.model.neuron.impl with parameters of type IzhikevichSpikeGenerator.Preset
 void IzhikevichSpikeGenerator.setPreset(IzhikevichSpikeGenerator.Preset preset)
           
 

Constructors in ca.nengo.model.neuron.impl with parameters of type IzhikevichSpikeGenerator.Preset
IzhikevichSpikeGenerator(IzhikevichSpikeGenerator.Preset preset)