Package | Description |
---|---|
cnslab.cnsnetwork |
Modifier and Type | Field and Description |
---|---|
protected Queue<PInputEvent> |
Network.poissonQueue
The (external) input queue
|
Modifier and Type | Method and Description |
---|---|
PInputEvent |
Network.getFirstPInputEvent() |
Modifier and Type | Method and Description |
---|---|
Slot<PInputEvent> |
Network.getPInputEventSlot() |
ArrayList<PInputEvent> |
Stimulus.init(int sourceID) |
Modifier and Type | Method and Description |
---|---|
int |
PInputEvent.compareTo(PInputEvent arg0) |
void |
Network.poissonProcess(PInputEvent poiInput)
Deprecated.
|
void |
ANetwork.poissonProcess(PInputEvent poiInput)
poisson input process
|
void |
Network.pPoissonProcess(PInputEvent poiInput)
poisson input process (external input) in parallel
|
void |
ANetwork.pPoissonProcess(PInputEvent poiInput)
poisson input process
|