ArrivalNode

constructor(label: String, destination: PushOutputChannel<OutputT>, generator: Generator<OutputT>)

Parameters

OutputT

the type of entities generated

label

the name of this node

destination

the output channel where generated entities are sent

generator

the Generator that produces entities and their inter-arrival times