public final class MiNiNeuron.State extends Object implements Comparable<MiNiNeuron.State>
Modifier and Type | Field and Description |
---|---|
int |
index
The index of this State among other States of the same type.
|
static int |
NB
values of
type |
static int |
NG
values of
type |
static int |
NJ_SPIKE
values of
type |
static int |
NJ_SYNAPSE
values of
type |
double |
time
The time when this State was last updated.
|
int |
type
The term in the thresholdDiff function that this State represents
(see Mihalas and Niebur, 2009, Equation 3.5.)
|
double |
value
The value of this State at the time when it was last updated.
|
Constructor and Description |
---|
MiNiNeuron.State(double time,
double value,
int type,
int index) |
public static final int NG
type
public static final int NB
type
public static final int NJ_SPIKE
type
public static final int NJ_SYNAPSE
type
public double time
public double value
public int type
public int index
public MiNiNeuron.State(double time, double value, int type, int index)
public int compareTo(MiNiNeuron.State arg0)
compareTo
in interface Comparable<MiNiNeuron.State>