Generates an infinite iterator over instances T and delays between their emissions by a node that generates traffic, i.e., com.group7.nodes.ArrivalNode.
T
Generators can then be truncated with .take(n) for a finite iterator.
.take(n)
Constraints the generator to only emit a limited number of entities.