public class NetMessage extends Object implements Serializable, Transmissible
Modifier and Type | Field and Description |
---|---|
int |
from
From which neuron the spike is generated
|
double |
time
Time of the spike
|
Constructor and Description |
---|
NetMessage(double time,
int from) |