ComponentAccumulator cleanup
Remove
self._eventInputs=set() #List of items (as strings) to be read from the input (required at least for BS-reading).
and
self._outputPerStream={} #Dictionary of {streamName,set(items)}, all as strings
from the ComponentAccumulator class. Those are leftovers from the early prototyping phase