Package | Description |
---|---|
cnslab.cnsnetwork |
Modifier and Type | Class and Description |
---|---|
class |
ANetwork
Same as Network but Avalanche recorder is added.
|
Modifier and Type | Method and Description |
---|---|
void |
VSICLIFNeuronV2.init(int expid,
int trialid,
Seed idum,
Network net,
int id) |
void |
VSICLIFNeuron.init(int expid,
int trialid,
Seed idum,
Network net,
int id) |
void |
UserSenNeuron.init(int expid,
int trialid,
Seed idum,
Network net,
int id)
Each sub experiment use the date from subexperiment 0, unless changed
the code by uncommenting the line.
|
void |
SYNNeuron.init(int expid,
int trialid,
Seed idum,
Network net,
int id)
initialize the neuron
|
void |
SIFNeuron.init(int expid,
int trialid,
Seed idum,
Network net,
int id) |
void |
Neuron.init(int expid,
int trialid,
Seed idum,
Network net,
int id)
initialize the neuron
|
void |
MiNiNeuron.init(int expid,
int trialid,
Seed idum,
Network net,
int id) |
void |
BKPoissonNeuron.init(int expid,
int trialid,
Seed seed,
Network network,
int id) |
static void |
NetHost.processChangeConnection(jpvmMessage m,
DOMImplementationLS impl,
SimulatorParser simulatorParser,
Network testNet,
JpvmInfo jpvmInfo) |
static void |
NetHost.processCheckTime(jpvmMessage m,
Network testNet,
PRun pRun,
JpvmInfo jpvmInfo) |
static void |
NetHost.processResetNetHost(Object lock,
Network testNet,
JpvmInfo jpvmInfo) |
static void |
NetHost.processSendSpike(Object lock,
jpvmMessage m,
Network testNet,
JpvmInfo jpvmInfo) |
static void |
NetHost.processStopSig(Network testNet,
JpvmInfo jpvmInfo,
Object lock) |
static void |
NetHost.processSyncRoot(Object lock,
Network testNet,
jpvmMessage m) |
static void |
NetHost.processTempStopSig(Network testNet,
JpvmInfo jpvmInfo) |
static void |
NetHost.processTrialDone(Object lock,
CyclicBarrier barrier,
jpvmMessage m,
Network testNet) |
Constructor and Description |
---|
KeyInput(Network network)
Deprecated.
|
PMainBK(Network network,
Object lock,
double minDelay,
double freq,
double weight,
Seed idum)
Deprecated.
|
PRun(DiscreteEventQueue discreteEventQueue,
Network network,
Object lock,
CyclicBarrier barrier) |
SYNNeuron(Network network) |