This is the problem:
I have two agent populations; "Blue rectangles" and "Red rectangles". Both of these agents go into the same queue. However it is a little hard to know how many red and blue rectangles are in the queue at an arbitraty time T.
Are there some functions/techniques to fetch this?
Would like to e.g. print in the console: "There are N blue rectangles and M red rectangles in the queue."