* @exception IllegalActionException If there is a problem in
* obtaining the number of initial token for delay actors
*/
private void _debugViewActorTable() throws IllegalActionException {
TypedCompositeActor container = (TypedCompositeActor) getContainer();
List entityList = container.entityList();
_debug("\nACTOR TABLE with " + entityList.size() + " unique actors");
_debug("---------------------------------------");
Iterator actors = entityList.iterator();