|
Nengo.ca | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<IzhikevichSpikeGenerator.Preset>
ca.nengo.model.neuron.impl.IzhikevichSpikeGenerator.Preset
public static enum IzhikevichSpikeGenerator.Preset
Preset parameter values corresponding to different cell types.
Enum Constant Summary | |
---|---|
CHATTERING
Parameter set for "chattering" behaviour |
|
CUSTOM
Custom parameter set |
|
DEFAULT
Default parameter set |
|
FAST_SPIKING
Parameter set for fast spiking |
|
INTRINSICALLY_BURSTING
Parameter set for burst firing |
|
REGULAR_SPIKING
Parameter set for tonic firing |
|
RESONATOR
Parameter set for a resonator |
Method Summary | |
---|---|
float |
getA()
|
float |
getB()
|
float |
getC()
|
float |
getD()
|
static IzhikevichSpikeGenerator.Preset |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static IzhikevichSpikeGenerator.Preset[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final IzhikevichSpikeGenerator.Preset CUSTOM
public static final IzhikevichSpikeGenerator.Preset DEFAULT
public static final IzhikevichSpikeGenerator.Preset REGULAR_SPIKING
public static final IzhikevichSpikeGenerator.Preset INTRINSICALLY_BURSTING
public static final IzhikevichSpikeGenerator.Preset CHATTERING
public static final IzhikevichSpikeGenerator.Preset FAST_SPIKING
public static final IzhikevichSpikeGenerator.Preset RESONATOR
Method Detail |
---|
public static final IzhikevichSpikeGenerator.Preset[] values()
for(IzhikevichSpikeGenerator.Preset c : IzhikevichSpikeGenerator.Preset.values()) System.out.println(c);
public static IzhikevichSpikeGenerator.Preset valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namepublic float getA()
public float getB()
public float getC()
public float getD()
|
Nengo.ca | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |